Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
EMACC99 committed May 12, 2023
1 parent 89a2bc9 commit 5deb7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mangadex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
from .api import Api

__author__ = "Eduardo Ceja"
__version__ = "2.7"
__version__ = "2.6.1"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2021 Eduardo Ceja"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from setuptools import setup, find_packages

VERSION = "2.6"
VERSION = "2.6.1"
DESCRIPTION = "Python wrapper for the mangadex API"
with open("README.md", "r", encoding="utf8") as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit 5deb7d2

Please sign in to comment.