Skip to content

Commit 6f6881d

Browse files
author
agrandiere
committed
version 1.2.1
1 parent afc9faa commit 6f6881d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

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

44
VERSION = None
5-
path_version = os.path.join(os.path.dirname(__file__), './version.py')
5+
path_version = os.path.join(os.path.dirname(__file__), 'version.py')
66
exec(open(path_version).read())
77

88
setup(

version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
VERSION = "1.2"
1+
VERSION = "1.2.1"

0 commit comments

Comments
 (0)