Skip to content

Commit ad38afe

Browse files
bump to v0.3.0
1 parent 91d92f7 commit ad38afe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

deploying.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# bump2version patch
2+
# (or, bump2version minor)
13
# rm -r vvm.egg-info/ dist/
24
# python -m build
35
# twine upload dist/*

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.3.0
33

44
[bumpversion:file:setup.py]
55

@@ -23,4 +23,3 @@ use_parentheses = True
2323

2424
[tool:pytest]
2525
addopts = --cov=vvm --cov-branch --cov-report xml
26-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="vvm",
10-
version="0.2.1", # don't change this manually, use bumpversion instead
10+
version="0.3.0", # don't change this manually, use bumpversion instead
1111
description="Vyper version management tool",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)