Skip to content

Commit 3560f63

Browse files
author
Timur Gilmullin
committed
Main __version__ increased to '1.3'
1 parent 18423d3 commit 3560f63

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)