Skip to content

Commit

Permalink
Merge pull request #163 from ethereum/v1.1.0-version-bump
Browse files Browse the repository at this point in the history
V1.1.0 version bump
  • Loading branch information
hwwhww committed Nov 17, 2020
2 parents 547bc14 + c681f93 commit 0f5b2a2
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 = '1.0.0'
DEPOSIT_CLI_VERSION = '1.1.0'


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='1.0.0',
version='1.1.0',
py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4",
Expand Down

0 comments on commit 0f5b2a2

Please sign in to comment.