Skip to content

Commit 594a64f

Browse files
authored
Merge pull request #21 from devopshq/develop
Main __version__ increased to '1.3'
2 parents 6ee2b8d + 3560f63 commit 594a64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66
import os
77

8-
__version__ = '1.2' # identify main version of FuzzyClassificator
8+
__version__ = '1.3' # identify main version of FuzzyClassificator
99

1010
if 'TRAVIS_BUILD_NUMBER' in os.environ and 'TRAVIS_BRANCH' in os.environ:
1111
print("This is TRAVIS-CI build")

0 commit comments

Comments
 (0)