Skip to content

Commit 500a9b5

Browse files
committed
bump version for development
1 parent da62cc9 commit 500a9b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
from setuptools.command.test import test as TestCommand
1515

1616
MAJOR = 1
17-
MINOR = 2
17+
MINOR = 3
1818
MICRO = 0
19-
ISRELEASED = True
19+
ISRELEASED = False
2020
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2121

2222

0 commit comments

Comments
 (0)