mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
Bump version number for hotfix release
This commit is contained in:
parent
72b3912a0f
commit
2a4271e35c
@ -1,7 +1,7 @@
|
|||||||
from typing import Dict, NamedTuple
|
from typing import Dict, NamedTuple
|
||||||
|
|
||||||
|
|
||||||
DEPOSIT_CLI_VERSION = "0.4.0"
|
DEPOSIT_CLI_VERSION = "0.4.1"
|
||||||
|
|
||||||
|
|
||||||
class BaseChainSetting(NamedTuple):
|
class BaseChainSetting(NamedTuple):
|
||||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ THIS IS A STUB FOR RUNNING THE APP
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="eth2deposit",
|
name="eth2deposit",
|
||||||
version='0.4.0',
|
version='0.4.1',
|
||||||
py_modules=["eth2deposit"],
|
py_modules=["eth2deposit"],
|
||||||
packages=find_packages(exclude=('tests', 'docs')),
|
packages=find_packages(exclude=('tests', 'docs')),
|
||||||
python_requires=">=3.7,<4",
|
python_requires=">=3.7,<4",
|
||||||
|
Loading…
Reference in New Issue
Block a user