Skip to content

Commit 96477b2

Browse files
author
thomas
authored
Merge pull request #6 from pypyr/dev
Bump version: 0.0.2 → 0.0.3
2 parents cc5fd8f + f64763b commit 96477b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2'
5+
__version__ = '0.0.3'
66

77

88
def get_version():

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33

44
[bdist_wheel]
55
universal = 0

0 commit comments

Comments
 (0)