Skip to content

Commit

Permalink
Bump version, switch to CalVer
Browse files Browse the repository at this point in the history
  • Loading branch information
somacdivad committed May 30, 2019
1 parent f52c3e2 commit 481f7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grinpy/__init__.py
Expand Up @@ -20,7 +20,7 @@

__author__ = """David Amos, Randy Davila"""
__email__ = "somacdivad@gmail.com, dvilar@uhd.edu"
__version__ = "0.2.0"
__version__ = "19.30a0"

# import NetworkX dependency
import networkx # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.install import install
import sys

VERSION = "0.3.0"
VERSION = "19.30a0"

with open("README.md") as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit 481f7fb

Please sign in to comment.