Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka authored Oct 2, 2019
1 parent 60eac3f commit 44f648a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="gravify",
version="0.2.0",
version="0.3.0",
author="Benjamin Soyka",
author_email="[email protected]",
description="A simple package to generate a Gravatar URL",
Expand All @@ -20,4 +20,4 @@
"Development Status :: 1 - Planning"
],
python_requires='>=3.6',
)
)

0 comments on commit 44f648a

Please sign in to comment.