File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ # bump2version patch
2
+ # (or, bump2version minor)
1
3
# rm -r vvm.egg-info/ dist/
2
4
# python -m build
3
5
# twine upload dist/*
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.1
2
+ current_version = 0.3.0
3
3
4
4
[bumpversion:file:setup.py]
5
5
@@ -23,4 +23,3 @@ use_parentheses = True
23
23
24
24
[tool:pytest]
25
25
addopts = --cov =vvm --cov-branch --cov-report xml
26
-
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
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
11
11
description = "Vyper version management tool" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments