Skip to content

Commit

Permalink
Update setup.py with 0.0.5 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lanecodes committed Mar 14, 2019
1 parent 078626f commit fea68e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cymod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"""
from __future__ import print_function

__version__ = "0.0.5"

from cymod.load import ServerGraphLoader
from cymod.load import EmbeddedGraphLoader
from cymod.params import read_params_file
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = 'ajlane50@gmail.com'
AUTHOR = 'Andrew Lane'
REQUIRES_PYTHON = '==2.7'
VERSION = '0.0.4'
VERSION = '0.0.5'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit fea68e6

Please sign in to comment.