Skip to content

Commit da66296

Browse files
committed
Bump version: 0.1.0 → 1.0.0
1 parent cb89fd0 commit da66296

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
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/v0.1.0.svg
39+
.. |commits-since| image:: https://img.shields.io/github/commits-since/collove/pasteme-cli/v1.0.0.svg
4040
:alt: Commits since latest release
41-
:target: https://github.com/collove/pasteme-cli/compare/v0.1.0...main
41+
:target: https://github.com/collove/pasteme-cli/compare/v1.0.0...main
4242

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
year = '2022'
2121
author = 'Sadra Yahyapour'
2222
copyright = '{0}, {1}'.format(year, author)
23-
version = release = '0.1.0'
23+
version = release = '1.0.0'
2424

2525
pygments_style = 'trac'
2626
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*names, **kwargs):
2020

2121
setup(
2222
name='pasteme-cli',
23-
version='0.1.0',
23+
version='1.0.0',
2424
license='MIT',
2525
description='A CLI pastebin tool.',
2626
long_description='{}'.format(

src/pasteme_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)