diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f027b0..3927ef9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.0.6 commit = True tag = True diff --git a/README.rst b/README.rst index a47e791..30e9f9c 100644 --- a/README.rst +++ b/README.rst @@ -36,9 +36,9 @@ interface. :alt: Supported implementations :target: https://pypi.org/project/pasteme-cli -.. |commits-since| image:: https://img.shields.io/github/commits-since/collove/pasteme-cli/v1.0.5.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/collove/pasteme-cli/v1.0.6.svg :alt: Commits since latest release - :target: https://github.com/collove/pasteme-cli/compare/v1.0.5...main + :target: https://github.com/collove/pasteme-cli/compare/v1.0.6...main Setup & Installation ~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index dce61c9..9ff12bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ year = '2022' author = 'Sadra Yahyapour' copyright = f'{year}, {author}' -version = release = '1.0.5' +version = release = '1.0.6' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index ca886f1..be79eda 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(*names, **kwargs): setup( name='pasteme-cli', - version='1.0.5', + version='1.0.6', license='MIT', description='A CLI pastebin tool.', long_description='{}\n\n{}'.format( diff --git a/src/pasteme_cli/__init__.py b/src/pasteme_cli/__init__.py index 858de17..da2182f 100644 --- a/src/pasteme_cli/__init__.py +++ b/src/pasteme_cli/__init__.py @@ -1 +1 @@ -__version__ = '1.0.5' +__version__ = '1.0.6'