Skip to content

Commit

Permalink
bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 17, 2024
1 parent 91d92f7 commit ad38afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions deploying.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# bump2version patch
# (or, bump2version minor)
# rm -r vvm.egg-info/ dist/
# python -m build
# twine upload dist/*
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0

[bumpversion:file:setup.py]

Expand All @@ -23,4 +23,3 @@ use_parentheses = True

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="vvm",
version="0.2.1", # don't change this manually, use bumpversion instead
version="0.3.0", # don't change this manually, use bumpversion instead
description="Vyper version management tool",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ad38afe

Please sign in to comment.