Skip to content

Commit

Permalink
dev: upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
kudep committed Feb 20, 2023
1 parent 809ccb7 commit b1d85cb
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.3.1"
__version__ = "0.3.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 @@ -16,7 +16,7 @@
author = "DeepPavlov"

# The full version, including alpha/beta/rc tags
release = "0.3.1"
release = "0.3.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = /bin/bash
PYTHON = python3
VENV_PATH = venv
VERSIONING_FILES = setup.py makefile docs/source/conf.py dff/__init__.py
CURRENT_VERSION = 0.3.1
CURRENT_VERSION = 0.3.2
TEST_COVERAGE_THRESHOLD=97

PATH := $(VENV_PATH)/bin:$(PATH)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def merge_req_lists(req_lists: Iterable[List[str]]) -> List[str]:

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

0 comments on commit b1d85cb

Please sign in to comment.