Skip to content

Commit

Permalink
🔧 Change version to match PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGiorgi committed Jan 21, 2019
1 parent d85b744 commit e0a4527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion saber/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
from pkg_resources import resource_filename

__version__ = '0.0.1'
__version__ = '0.1.0-alpha'

# DISPLACY OPTIONS
# entity colours
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="saber",
version="0.0.1",
version="0.1.0-alpha",
author="John Giorgi",
author_email="johnmgiorgi@gmail.com",
license="MIT",
Expand Down

0 comments on commit e0a4527

Please sign in to comment.