Skip to content

Commit 48e39cd

Browse files
author
Mickael
committed
bump to v0.0.5
1 parent 43dc68c commit 48e39cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
EMAIL = "mickael@lehoux.net"
1111
AUTHOR = "Mickael Lehoux"
1212
REQUIRES_PYTHON = ">=3.6.0"
13-
VERSION = "0.0.4"
13+
VERSION = "0.0.5"
1414

1515
# What packages are required for this module to be executed?
1616
REQUIRED = [

version.py

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

2-
__version__ = "0.0.4"
2+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)