We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ca948 commit d8aae18Copy full SHA for d8aae18
octodns_desec/__init__.py
@@ -10,7 +10,7 @@
10
from octodns.provider.base import BaseProvider
11
from octodns.record import Record
12
13
-__version__ = __VERSION__ = '1.0.0'
+__version__ = __VERSION__ = '1.0.1'
14
15
16
class DesecAPIException(ProviderException):
0 commit comments