Skip to content

Commit

Permalink
Merge pull request #131 from ethereum/v0.4.0-hotfix-version-bump
Browse files Browse the repository at this point in the history
Bump version number for hotfix release
  • Loading branch information
CarlBeek authored Oct 1, 2020
2 parents 72b3912 + 2a4271e commit 3f4a79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth2deposit/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict, NamedTuple


DEPOSIT_CLI_VERSION = "0.4.0"
DEPOSIT_CLI_VERSION = "0.4.1"


class BaseChainSetting(NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="eth2deposit",
version='0.4.0',
version='0.4.1',
py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4",
Expand Down

0 comments on commit 3f4a79a

Please sign in to comment.