Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Aug 7, 2018
1 parent ecf1a42 commit 0f7e4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages

VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_MINOR = 5
REVISION = 0
VERSION = f'{VERSION_MAJOR}.{VERSION_MINOR}.{REVISION}'

Expand All @@ -32,6 +32,7 @@
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 0f7e4c3

Please sign in to comment.