We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ee2b8d + 3560f63 commit 594a64fCopy full SHA for 594a64f
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup
6
import os
7
8
-__version__ = '1.2' # identify main version of FuzzyClassificator
+__version__ = '1.3' # identify main version of FuzzyClassificator
9
10
if 'TRAVIS_BUILD_NUMBER' in os.environ and 'TRAVIS_BRANCH' in os.environ:
11
print("This is TRAVIS-CI build")
0 commit comments