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:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user