Skip to content

Commit 78c743c

Browse files
author
Mickael
committed
bump to v0.0.6
1 parent d6d2a3d commit 78c743c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
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.5"
13+
VERSION = "0.0.6"
1414

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

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = "0.0.5"
2+
__version__ = "0.0.6"

0 commit comments

Comments
 (0)