Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ombucha authored Jun 11, 2023
1 parent 638e499 commit 5bae389
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion akinator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = 'Omkaar'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Omkaar'
__version__ = '1.1.0'
__version__ = '1.1.1'


import os
Expand Down
2 changes: 1 addition & 1 deletion akinator/async_aki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = 'Omkaar'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Omkaar'
__version__ = '1.1.0'
__version__ = '1.1.1'


from .async_akinator import Akinator
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
project = "akinator.py"
copyright = "2022, Omkaar"
author = "Infiniticity"
release = "1.1.0"
release = "1.1.1"

extensions = ["sphinx.ext.autodoc"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "akinator"
version = "1.1.0"
version = "1.1.1"
description = "An API wrapper for Akinator."
authors = ["Infiniticity <omkaar.nerurkar@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = "akinator",
version = "1.1.0",
version = "1.1.1",
author = "Omkaar",
author_email = "omkaar.nerurkar@gmail.com",
packages = ["akinator", "akinator.async_aki"],
Expand Down

0 comments on commit 5bae389

Please sign in to comment.