Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Oct 5, 2018
1 parent c015c9b commit d445135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
with open('README.rst', encoding='utf-8') as file:
long_description = file.read()

VERSION = "0.0.2"

setup(
name="backports-datetime-fromisoformat",
version="0.0.1",
version=VERSION,
description="Backport of Python 3.7's datetime.fromisoformat",
long_description=long_description,
license="MIT",
Expand Down

0 comments on commit d445135

Please sign in to comment.