We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fffa1 commit ef800f8Copy full SHA for ef800f8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
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.8.0",
+ version="0.8.1",
16
author="Saurabh Kumar",
17
author_email="me+github@saurabh-kumar.com",
18
url="http://github.com/theskumar/python-dotenv",
0 commit comments