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.
2 parents 80aae27 + 27129d4 commit 8553d88Copy full SHA for 8553d88
pypyraws/version.py
@@ -2,7 +2,7 @@
2
3
import platform
4
5
-__version__ = '0.0.0'
+__version__ = '0.0.1'
6
7
8
def get_version():
setup.cfg
@@ -1,14 +1,15 @@
1
[bumpversion]
-current_version = 0.0.0
+current_version = 0.0.1
[bdist_wheel]
universal = 0
[coverage:report]
-exclude_lines =
+exclude_lines =
9
pragma: no cover
10
if 0:
11
if __name__ == .__main__.:
12
13
[coverage:run]
14
branch = True
15
+
0 commit comments