We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a296ddd commit a7af06dCopy full SHA for a7af06d
doc/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.3.1'
+version = 'v0.4.0'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.3.1'
+release = 'v0.4.0'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -59,7 +59,7 @@
59
)
60
61
setup(name='getdns',
62
- version='0.3.1',
+ version='0.4.0',
63
description='getdns Python bindings for getdns',
64
long_description=long_description,
65
license='BSD',
0 commit comments