1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

reset changes on __init__

fix error on version
This commit is contained in:
Hervé Beraud
2017-11-05 13:38:31 +01:00
parent 2ee1a41a78
commit 7fa999953f
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
from __future__ import absolute_import, division, print_function, \
unicode_literals
__version__ = '0.8.8'
__VERSION__ = '0.8.8'

View File

@@ -2,7 +2,7 @@
name = octodns
description = "DNS as code - Tools for managing DNS across multiple providers"
long_description = file: README.md
version = attr: octodns.__version__
version = attr: octodns.__VERSION__
author = Ross McFarland
author_email = rwmcfa1@gmail.com
url = https://github.com/github/octodns