From 72835c0caf263532f4c1a23f43d19c8120798c19 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Sat, 29 Oct 2022 11:34:48 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.5=20=E2=86=92=201.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- src/pasteme_cli/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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'