Skip to content

Commit

Permalink
Merge pull request #57 from ethereum/version_bump_v0_2
Browse files Browse the repository at this point in the history
Bump app version from v0.1.0 -> v0.2.0 to align with release versioning
  • Loading branch information
CarlBeek authored Jul 23, 2020
2 parents 5b527d1 + 397bb20 commit 2ca9cc2
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0',
version='0.2.0',
py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4",
Expand Down

0 comments on commit 2ca9cc2

Please sign in to comment.