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 9ea420e commit 23c63b1Copy full SHA for 23c63b1
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.2
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.2", # 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