Skip to content

Commit afc9faa

Browse files
author
agrandiere
committed
change version
1 parent 630c25d commit afc9faa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
1.2

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
VERSION = "1.1"
2+
VERSION = "1.2"

0 commit comments

Comments
 (0)