Skip to content

Commit a7af06d

Browse files
committed
updated version number for relese
1 parent a296ddd commit a7af06d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.3.1'
51+
version = 'v0.4.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.3.1'
53+
release = 'v0.4.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
)
6060

6161
setup(name='getdns',
62-
version='0.3.1',
62+
version='0.4.0',
6363
description='getdns Python bindings for getdns',
6464
long_description=long_description,
6565
license='BSD',

0 commit comments

Comments
 (0)