Compare commits

..

3 Commits

Author SHA1 Message Date
lash
f237bd8d82 Update changelog 2023-03-22 12:36:12 +00:00
lash
e449ea647c Update classifiers for python 2023-03-22 12:34:57 +00:00
lash
13ddb5577a Upgrade deps 2023-03-22 10:40:37 +00:00
3 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
* 0.7.2
- Update python classifiers
- Upgrade to beta
* 0.7.1
- Upgrade deps
* 0.7.0
- Implement proper burner interface method
* 0.6.2

View File

@@ -1,4 +1,4 @@
confini~=0.6.1
chainlib-eth~=0.4.15
chainlib~=0.4.8
chainlib-eth~=0.4.17
chainlib~=0.4.12
potaahto~=0.1.1

View File

@@ -1,6 +1,6 @@
[metadata]
name = eth-erc20
version = 0.7.0
version = 0.7.2
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -14,11 +14,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 =
@@ -26,7 +27,7 @@ licence_files =
[options]
include_package_data = True
python_requires = >= 3.7
python_requires = >= 3.8
packages =
giftable_erc20_token
giftable_erc20_token.runnable