Skip to content

Commit cf9d4f0

Browse files
author
Saurabh Kumar
committed
Bump version: 0.6.1 → 0.6.2
1 parent 37917f4 commit cf9d4f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="python-dotenv",
99
description="Add .env support to your django/flask apps in development and deployments",
1010
long_description=readme,
11-
version="0.6.1",
11+
version="0.6.2",
1212
author="Saurabh Kumar",
1313
author_email="[email protected]",
1414
url="http://github.com/theskumar/python-dotenv",

0 commit comments

Comments
 (0)