Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9ec123

Browse files
author
Saurabh Kumar
committed
Bump version: 0.1.1 → 0.1.2
1 parent efe623f commit e9ec123

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
7+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name="python-dotenv",
88
description="Add .env support to your django/flask apps in development and deployments",
9-
version="0.1.1",
9+
version="0.1.2",
1010
author="Saurabh Kumar",
1111
author_email="[email protected]",
1212
url="http://github.com/theskumar/python-dotenv",

0 commit comments

Comments
 (0)