File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
- [bumpversion]
2
- current_version = 0.1.0
3
- commit = True
4
- tag = True
5
-
6
- [bumpversion:file:setup.py]
7
- search = version =' {current_version}'
8
- replace = version =' {new_version}'
9
-
10
- [bumpversion:file:trLemmer/__init__.py]
11
- search = __version__ = ' {current_version}'
12
- replace = __version__ = ' {new_version}'
13
-
14
1
[bdist_wheel]
15
2
universal = 1
16
3
Original file line number Diff line number Diff line change 21
21
author = "Olga Bulat" ,
22
22
23
23
classifiers = [
24
- 'Development Status :: 2 - Pre- Alpha' ,
24
+ 'Development Status :: 3 - Alpha' ,
25
25
'Intended Audience :: Developers' ,
26
26
'License :: OSI Approved :: MIT License' ,
27
27
'Natural Language :: English' ,
41
41
test_suite = 'tests' ,
42
42
tests_require = test_requirements ,
43
43
url = 'https://github.com/obulat/zeyrek' ,
44
- version = '0.1.1-alpha ' ,
44
+ version = '0.1.2 ' ,
45
45
zip_safe = False ,
46
46
)
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Olga Bulat"""
6
6
7
- __version__ = '0.1.0 '
7
+ __version__ = '0.1.2 '
8
8
9
9
from .morphology import MorphAnalyzer
10
10
You can’t perform that action at this time.
0 commit comments