commit 1527b8fd884a48f5f1785328c193e3a540402e30
parent ea3c8ad0ebe202b3e09ef8728c80427af45e6793
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 12:38:07 +0000
Update classifiers, upgrade to beta
Diffstat:
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/python/CHANGELOG b/python/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.1.6
+	* Update python package classifiers
+	* Upgrade to beta
 - 0.1.5
 	* Fix non-trivial issues for BadgeToken reported by slither (0.9.3)
 - 0.1.4
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = eth-erc721
-version = 0.1.5
+version = 0.1.6
 description = ERC721 interface and simple contract with deployment script providing arbitrary minting of NFTs with freely settable tokenids
 author = Louis Holbrook
 author_email = dev@holbrook.no
@@ -15,11 +15,12 @@ keywords =
 classifiers =
 	Programming Language :: Python :: 3
 	Operating System :: OS Independent
-	Development Status :: 3 - Alpha
-	Environment :: No Input/Output (Daemon)
+	Development Status :: 4 - Beta
+	Environment :: Console
 	Intended Audience :: Developers
 	License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
 	Topic :: Internet
+	Topic :: Software Development :: Libraries
 	#Topic :: Blockchain :: EVM
 license = AGPLv3+
 licence_files =
@@ -27,7 +28,7 @@ licence_files =
 
 [options]
 include_package_data = True
-python_requires = >= 3.7
+python_requires = >= 3.8
 packages =
 	eth_badgetoken
 	eth_badgetoken.runnable