Skip to content

Commit

Permalink
Update setup.py ✨
Browse files Browse the repository at this point in the history
-version bump, now in Beta.
  • Loading branch information
guptarohit committed Sep 29, 2018
1 parent b7669c0 commit 7da8134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DESCRIPTION = "Cryptocurrency historical market price data scrapper."
URL = "https://github.com/guptarohit/cryptocmd"
AUTHOR = "Rohit Gupta"
VERSION = "v0.4.1"
VERSION = "v0.4.2"

here = os.path.abspath(os.path.dirname(__file__))

Expand Down Expand Up @@ -66,7 +66,7 @@ def run(self):
extras_require={"pandas": ["pandas"]},
license="BSD",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Topic :: Utilities",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 7da8134

Please sign in to comment.