Skip to content

Commit 84946e4

Browse files
committed
update version to 0.6.5
1 parent dbe839d commit 84946e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dff/__init__.py

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

44
__author__ = "Denis Kuznetsov"
55
__email__ = "kuznetsov.den.p@gmail.com"
6-
__version__ = "0.6.4"
6+
__version__ = "0.6.5"
77

88

99
import nest_asyncio

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author = "DeepPavlov"
1818

1919
# The full version, including alpha/beta/rc tags
20-
release = "0.6.4"
20+
release = "0.6.5"
2121

2222

2323
# -- General configuration ---------------------------------------------------

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL = /bin/bash
55
PYTHON = python3
66
VENV_PATH = venv
77
VERSIONING_FILES = setup.py makefile docs/source/conf.py dff/__init__.py
8-
CURRENT_VERSION = 0.6.4
8+
CURRENT_VERSION = 0.6.5
99
TEST_COVERAGE_THRESHOLD=95
1010
TEST_ALLOW_SKIP=all # for more info, see tests/conftest.py
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]:
216216

217217
setup(
218218
name="dff",
219-
version="0.6.4",
219+
version="0.6.5",
220220
description=description,
221221
long_description=long_description,
222222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)