Skip to content

Commit d62ef8b

Browse files
fix: updatet version-number
1 parent 4cdd312 commit d62ef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octodns_desec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from octodns.provider.base import BaseProvider
1111
from octodns.record import Record
1212

13-
__version__ = __VERSION__ = '0.0.1'
13+
__version__ = __VERSION__ = '1.0.0'
1414

1515

1616
class DesecAPIException(ProviderException):

0 commit comments

Comments
 (0)