Skip to content

Commit

Permalink
update version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Nov 9, 2023
2 parents 62dc6e8 + 3e37ae3 commit a2483b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = "Denis Kuznetsov"
__email__ = "[email protected]"
__version__ = "0.6.1"
__version__ = "0.6.2"


import nest_asyncio
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author = "DeepPavlov"

# The full version, including alpha/beta/rc tags
release = "0.6.1"
release = "0.6.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL = /bin/bash
PYTHON = python3
VENV_PATH = venv
VERSIONING_FILES = setup.py makefile docs/source/conf.py dff/__init__.py
CURRENT_VERSION = 0.6.1
CURRENT_VERSION = 0.6.2
TEST_COVERAGE_THRESHOLD=95
TEST_ALLOW_SKIP=all # for more info, see tests/conftest.py

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]:

setup(
name="dff",
version="0.6.1",
version="0.6.2",
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a2483b1

Please sign in to comment.