diff --git a/pyproject.toml b/pyproject.toml index 29682d7..d23963a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xkcd-python" -version = "2.5.0" +version = "2.6.0" description = "A wrapper for xkcd.com's API. Built Using Python." authors = ["Sasen Perera "] license = "MIT" diff --git a/setup.py b/setup.py index 1db31ee..2f60fe0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( # the name must match the folder name 'verysimplemodule' name= "xkcd_python", - version= "2.5.0", + version= "2.6.0", author= xkcd_python.__author__, author_email= "sasen.learnings@gmail.com", description= xkcd_python.__shot_des__, diff --git a/xkcd_python/__init__.py b/xkcd_python/__init__.py index 78ddf16..53b5120 100644 --- a/xkcd_python/__init__.py +++ b/xkcd_python/__init__.py @@ -2,7 +2,7 @@ Client = xkcd -__version__ = '2.5.0' +__version__ = '2.6.0' __author__ = "Sasen Perera" __shot_des__ = "A python wrapper for xkcd.com" __description__ = "A wrapper for xkcd.com's API. Built Using Python." \ No newline at end of file