We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c423379 commit a338209Copy full SHA for a338209
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
4
[bumpversion:file:setup.py]
5
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="vvm",
10
- version="0.3.0", # don't change this manually, use bumpversion instead
+ version="0.3.1", # don't change this manually, use bumpversion instead
11
description="Vyper version management tool",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments