Skip to content

Commit

Permalink
Merge pull request #41 from superphy/develop
Browse files Browse the repository at this point in the history
Set ver to 0.1.1
  • Loading branch information
kevinkle authored May 24, 2019
2 parents 420b1d2 + 29b559f commit a722a4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.1.1 (2019-05-25)
------------------

* Initial Snakefile for creating graphs
* Still need to add node_labels

0.1.0 (2019-05-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion prairiedog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Kevin Le"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.1.1'

# Initialize logging
import coloredlogs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/kevinkle/prairiedog',
version='0.1.0',
version='0.1.1',
zip_safe=False,
)

0 comments on commit a722a4a

Please sign in to comment.