We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a4cec commit 860969cCopy full SHA for 860969c
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.7',
+ version='3.8',
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