Skip to content

Commit

Permalink
Bump version to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guptarohit committed Oct 13, 2023
1 parent ebd274c commit 3271d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptocmd/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.3"
__version__ = "0.6.4"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cryptocmd"
version = "0.6.3"
version = "0.6.4"
description = "Cryptocurrency historical market price data scrapper."
authors = ["Rohit Gupta <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: BSD License",
]
include = [
Expand Down

0 comments on commit 3271d23

Please sign in to comment.