We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd274c commit 3271d23Copy full SHA for 3271d23
cryptocmd/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.6.3"
+__version__ = "0.6.4"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "cryptocmd"
3
-version = "0.6.3"
+version = "0.6.4"
4
description = "Cryptocurrency historical market price data scrapper."
5
authors = ["Rohit Gupta <rohitgtech+git@gmail.com>"]
6
license = "BSD-3-Clause"
@@ -19,6 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
"License :: OSI Approved :: BSD License",
24
]
25
include = [
0 commit comments