Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 8, 2024
1 parent 7380fc8 commit 48d947a
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.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ default_context:
sphinx_theme: sphinx-rtd-theme
test_matrix_separate_coverage: 'no'
tests_inside_package: 'no'
version: 1.0.0
version: 1.0.1
version_manager: bump2version
website: https://blog.ionelmc.ro
year_from: '2016'
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/pysu

.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-su/v1.0.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-su/v1.0.1.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/python-su/compare/v1.0.0...master
:target: https://github.com/ionelmc/python-su/compare/v1.0.1...master



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(*names, **kwargs):

setup(
name="pysu",
version="1.0.0",
version="1.0.1",
license="BSD-2-Clause",
description="Simple Python-based setuid+setgid+setgroups+exec. A port of https://github.com/tianon/gosu",
long_description="{}\n{}".format(
Expand Down
2 changes: 1 addition & 1 deletion src/pysu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 48d947a

Please sign in to comment.