Skip to content

Commit

Permalink
update version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Nov 21, 2023
1 parent 8ca8023 commit faccc40
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 @@ -3,7 +3,7 @@

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


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.2"
release = "0.6.3"


# -- 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.2
CURRENT_VERSION = 0.6.3
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.2",
version="0.6.3",
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit faccc40

Please sign in to comment.