Skip to content

Commit 6731166

Browse files
committed
Bump version: 0.1.0-alpha.4 → 0.2.0
1 parent 05b23cd commit 6731166

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0-alpha.4
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
setup(
4343
name='ethpm-cli',
4444
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
45-
version='0.1.0-alpha.4',
45+
version='0.2.0',
4646
description="""ethpm-cli: CLI for EthPM""",
4747
long_description_markdown_filename='README.md',
4848
author='The Ethereum Foundation',

0 commit comments

Comments
 (0)