Skip to content

Commit

Permalink
Bump to v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ombucha authored Aug 23, 2022
1 parent 6ebbbf5 commit b01326c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 = "gocomics.py"
copyright = "2022, Omkaar"
author = "Infiniticity"
release = "1.1.5"
release = "1.1.6"

extensions = ["sphinx.ext.autodoc"]
2 changes: 1 addition & 1 deletion gocomics/__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.5'
__version__ = '1.1.6'


from .comic import *
Expand Down
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 = "gocomics.py"
version = "1.1.5"
version = "1.1.6"
description = "Fetch comics from GoComics."
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 @@ -7,7 +7,7 @@

setup(
name = "gocomics.py",
version = "1.1.5",
version = "1.1.6",
description = "Fetch comics from GoComics.",
long_description = README,
long_description_content_type = "text/x-rst",
Expand Down

0 comments on commit b01326c

Please sign in to comment.