Skip to content

Commit 72835c0

Browse files
committed
Bump version: 1.0.5 → 1.0.6
1 parent cae5e01 commit 72835c0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.5
2+
current_version = 1.0.6
33
commit = True
44
tag = True
55

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ interface.
3636
:alt: Supported implementations
3737
:target: https://pypi.org/project/pasteme-cli
3838

39-
.. |commits-since| image:: https://img.shields.io/github/commits-since/collove/pasteme-cli/v1.0.5.svg
39+
.. |commits-since| image:: https://img.shields.io/github/commits-since/collove/pasteme-cli/v1.0.6.svg
4040
:alt: Commits since latest release
41-
:target: https://github.com/collove/pasteme-cli/compare/v1.0.5...main
41+
:target: https://github.com/collove/pasteme-cli/compare/v1.0.6...main
4242

4343
Setup & Installation
4444
~~~~~~~~~~~~~~~~~~~~

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
year = '2022'
1818
author = 'Sadra Yahyapour'
1919
copyright = f'{year}, {author}'
20-
version = release = '1.0.5'
20+
version = release = '1.0.6'
2121

2222
pygments_style = 'trac'
2323
templates_path = ['.']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(*names, **kwargs):
1414

1515
setup(
1616
name='pasteme-cli',
17-
version='1.0.5',
17+
version='1.0.6',
1818
license='MIT',
1919
description='A CLI pastebin tool.',
2020
long_description='{}\n\n{}'.format(

src/pasteme_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.5'
1+
__version__ = '1.0.6'

0 commit comments

Comments
 (0)