Skip to content

Commit 8553d88

Browse files
author
thomas
authored
Merge pull request #2 from pypyr/dev
Bump version: 0.0.0 → 0.0.1
2 parents 80aae27 + 27129d4 commit 8553d88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pypyraws/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import platform
44

5-
__version__ = '0.0.0'
5+
__version__ = '0.0.1'
66

77

88
def get_version():

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
33

44
[bdist_wheel]
55
universal = 0
66

77
[coverage:report]
8-
exclude_lines =
8+
exclude_lines =
99
pragma: no cover
1010
if 0:
1111
if __name__ == .__main__.:
1212

1313
[coverage:run]
1414
branch = True
15+

0 commit comments

Comments
 (0)