Skip to content

Commit d645ec5

Browse files
author
Saurabh Kumar
committed
Bump version: 0.1.3 → 0.1.4
1 parent 237a67f commit d645ec5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ us a pull request.
245245
.. |PyPI version| image:: https://badge.fury.io/py/python-dotenv.svg
246246
:target: http://badge.fury.io/py/python-dotenv
247247
.. |PyPI| image:: https://img.shields.io/pypi/dm/python-dotenv.svg
248-
:target:
248+
:target: http://badge.fury.io/py/python-dotenv

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name="python-dotenv",
1111
description="Add .env support to your django/flask apps in development and deployments",
1212
long_description=readme,
13-
version="0.1.3",
13+
version="0.1.4",
1414
author="Saurabh Kumar",
1515
author_email="me+github@saurabh-kumar.com",
1616
url="http://github.com/theskumar/python-dotenv",

0 commit comments

Comments
 (0)