Skip to content

Commit

Permalink
Updating to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Oct 11, 2018
1 parent 4650da4 commit 6a435cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ board games with my partner in Seattle.

- Nothing yet

### 2.0.1

- Fix issue w/ PyPi conflict

### 2.0.0

- Adding CI/CD and PyPi links, and updating contact section w/ about the author (#70)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '2.0.0'
__version__ = '2.0.1'

# Add README as long description
with open("README.md", "r") as fh:
Expand Down

0 comments on commit 6a435cc

Please sign in to comment.