Skip to content

Commit d05e6f5

Browse files
committed
Bump version
Signed-off-by: Olga Bulat <[email protected]>
1 parent 5238b27 commit d05e6f5

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

setup.cfg

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
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-
141
[bdist_wheel]
152
universal = 1
163

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author="Olga Bulat",
2222
author_email='[email protected]',
2323
classifiers=[
24-
'Development Status :: 2 - Pre-Alpha',
24+
'Development Status :: 3 - Alpha',
2525
'Intended Audience :: Developers',
2626
'License :: OSI Approved :: MIT License',
2727
'Natural Language :: English',
@@ -41,6 +41,6 @@
4141
test_suite='tests',
4242
tests_require=test_requirements,
4343
url='https://github.com/obulat/zeyrek',
44-
version='0.1.1-alpha',
44+
version='0.1.2',
4545
zip_safe=False,
4646
)

zeyrek/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Olga Bulat"""
66
__email__ = '[email protected]'
7-
__version__ = '0.1.0'
7+
__version__ = '0.1.2'
88

99
from .morphology import MorphAnalyzer
1010

0 commit comments

Comments
 (0)