Skip to content

Commit 3271d23

Browse files
committed
Bump version to v0.6.4
1 parent ebd274c commit 3271d23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cryptocmd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.6.4"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cryptocmd"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "Cryptocurrency historical market price data scrapper."
55
authors = ["Rohit Gupta <rohitgtech+git@gmail.com>"]
66
license = "BSD-3-Clause"
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
2223
"License :: OSI Approved :: BSD License",
2324
]
2425
include = [

0 commit comments

Comments
 (0)