Skip to content

Commit

Permalink
fix wrong version number and make _actual_ 3.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tisdall committed Mar 3, 2020
1 parent 7000773 commit ec9163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
from setuptools import setup, find_packages

version = '0.3.5'
version = '0.3.4'

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
Expand Down

0 comments on commit ec9163e

Please sign in to comment.