Skip to content

Commit

Permalink
20200320
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Mar 21, 2020
1 parent af8fd49 commit 07dd531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [20200320]

- Move API keys to env var, refs #9

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):
# exposing the params so it can be imported
setup_params = {
"name": "pyetheroll",
"version": "20191108",
"version": "20200320",
"description": "Python library to Etheroll smart contract",
"long_description": read("README.md"),
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit 07dd531

Please sign in to comment.