Skip to content

Commit ec8c42b

Browse files
authored
Bump to v1.0.1
1 parent 0d2efc4 commit ec8c42b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

akinator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = 'Omkaar'
1414
__license__ = 'MIT'
1515
__copyright__ = 'Copyright 2022 Omkaar'
16-
__version__ = '1.0.0'
16+
__version__ = '1.0.1'
1717

1818

1919
import os

akinator/async_aki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = 'Omkaar'
1414
__license__ = 'MIT'
1515
__copyright__ = 'Copyright 2022 Omkaar'
16-
__version__ = '1.0.0'
16+
__version__ = '1.0.1'
1717

1818

1919
from .async_akinator import Akinator

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
project = "akinator.py"
1111
copyright = "2022, Omkaar"
1212
author = "Mr.Brawler"
13-
release = "1.0.0"
13+
release = "1.0.1"
1414

1515
extensions = ["sphinx.ext.autodoc"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "akinator"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "An API wrapper for Akinator."
55
authors = ["Mr.Brawler <omkaar.nerurkar@gmail.com>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name = "akinator",
14-
version = "1.0.0",
14+
version = "1.0.1",
1515
author = "Omkaar",
1616
author_email = "omkaar.nerurkar@gmail.com",
1717
packages = ["akinator", "akinator.async_aki"],

0 commit comments

Comments
 (0)