We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ff531 commit 6d0a1f4Copy full SHA for 6d0a1f4
setup.py
@@ -6,7 +6,7 @@
6
README = os.path.join(os.path.dirname(__file__), 'README.rst')
7
8
setup(name='python-decouple',
9
- version='3.3',
+ version='3.4',
10
description='Strict separation of settings from code.',
11
long_description=open(README).read(),
12
author="Henrique Bastos", author_email="[email protected]",
0 commit comments