Skip to content

Commit 01dfada

Browse files
author
Dmitry Mishanov
committed
update version to 1.0.5
1 parent e2f946f commit 01dfada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = "1.0"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "1.0.4"
66+
release = "1.0.5"
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "1.0.4"
4+
__version__ = "1.0.5"
55

66

77
requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")

0 commit comments

Comments
 (0)