Skip to content

Commit ac742ab

Browse files
author
Saurabh Kumar
committed
Bump version: 0.1.0 → 0.1.1
1 parent 413d85a commit ac742ab

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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.0
2+
current_version = 0.1.1
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
@@ -3,7 +3,7 @@
33
setup(
44
name="python-dotenv",
55
description="Add .env support to your django/flask apps in development and deployments",
6-
version="0.1.0",
6+
version="0.1.1",
77
author="Saurabh Kumar",
88
author_email="[email protected]",
99
url="http://github.com/theskumar/python-dotenv",

0 commit comments

Comments
 (0)