File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44__author__ = "Denis Kuznetsov"
55__email__ = "kuznetsov.den.p@gmail.com"
6- __version__ = "0.6.2 "
6+ __version__ = "0.6.3 "
77
88
99import nest_asyncio
Original file line number Diff line number Diff line change 1717author = "DeepPavlov"
1818
1919# The full version, including alpha/beta/rc tags
20- release = "0.6.2 "
20+ release = "0.6.3 "
2121
2222
2323# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SHELL = /bin/bash
55PYTHON = python3
66VENV_PATH = venv
77VERSIONING_FILES = setup.py makefile docs/source/conf.py dff/__init__.py
8- CURRENT_VERSION = 0.6.2
8+ CURRENT_VERSION = 0.6.3
99TEST_COVERAGE_THRESHOLD =95
1010TEST_ALLOW_SKIP =all # for more info, see tests/conftest.py
1111
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]:
216216
217217setup (
218218 name = "dff" ,
219- version = "0.6.2 " ,
219+ version = "0.6.3 " ,
220220 description = description ,
221221 long_description = long_description ,
222222 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments