Skip to content

Commit 79c5c02

Browse files
author
Saurabh Kumar
committed
Bump version: 0.1.2 → 0.1.3
1 parent 0d28b19 commit 79c5c02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.1.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

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.2",
9+
version="0.1.3",
1010
author="Saurabh Kumar",
1111
author_email="me+github@saurabh-kumar.com",
1212
url="http://github.com/theskumar/python-dotenv",

0 commit comments

Comments
 (0)