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 6177fe9 commit ae42032
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0"
__version__ = "0.3.1"


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.0"
release = "0.3.1"


# -- 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.0
CURRENT_VERSION = 0.3.1
TEST_COVERAGE_THRESHOLD=97

PATH := $(VENV_PATH)/bin:$(PATH)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def merge_req_lists(req_lists: Iterable[List[str]]) -> List[str]:
doc = [
"sphinx<6",
"pydata_sphinx_theme>=0.12.0",
"sphinxcontrib-apidoc==0.3.0",
"sphinxcontrib-apidoc==0.3.1",
"sphinxcontrib-httpdomain>=1.8.0",
"sphinxcontrib-katex==0.9.0",
"sphinx_copybutton>=0.5",
Expand Down Expand Up @@ -176,7 +176,7 @@ def merge_req_lists(req_lists: Iterable[List[str]]) -> List[str]:

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

0 comments on commit ae42032

Please sign in to comment.