We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd2430 commit e5d68ffCopy full SHA for e5d68ff
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.3
+current_version = 0.6.4
3
commit = True
4
tag = True
5
setup.py
@@ -12,7 +12,7 @@
12
name="python-dotenv",
13
description="Add .env support to your django/flask apps in development and deployments",
14
long_description=readme,
15
- version="0.6.3",
+ version="0.6.4",
16
author="Saurabh Kumar",
17
author_email="me+github@saurabh-kumar.com",
18
url="http://github.com/theskumar/python-dotenv",
0 commit comments