Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Oct 29, 2022
1 parent cae5e01 commit 72835c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.0.6
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/pasteme_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.5'
__version__ = '1.0.6'

0 comments on commit 72835c0

Please sign in to comment.