File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ -------------------
6+ 1.0.0 - 2025-01-05
7+ -------------------
8+
9+ Refactor
10+ ========
11+
12+ - Generic
13+
14+ - Support only Python version greater or euqal than 3.9
15+ - Use pyproject.toml instead of setup.py
16+
517-------------------
6180.12.6 - 2024-12-08
719-------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44
55[project ]
66name = ' CryptoDataHub'
7- version = ' 0.12.6 '
7+ version = ' 1.0.0 '
88description = ' Repository of cryptography-related data'
99authors = [
1010 {name = ' Szilárd Pfeiffer' , email = ' coroner@pfeifferszilard.hu' }
@@ -13,7 +13,7 @@ maintainers = [
1313 {name = ' Szilárd Pfeiffer' , email = ' coroner@pfeifferszilard.hu' }
1414]
1515classifiers =[
16- ' Development Status :: 4 - Beta ' ,
16+ ' Development Status :: 5 - Production/Stable ' ,
1717 ' Environment :: Console' ,
1818 ' Framework :: tox' ,
1919 ' Intended Audience :: Information Technology' ,
You can’t perform that action at this time.
0 commit comments