Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Manning committed Dec 1, 2023
1 parent 063f119 commit ff633ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0
commit = True
tag = True

Expand All @@ -22,7 +22,3 @@ replace = version = release = "{new_version}"
[bumpversion:file:src/sonnetsuiteshelper/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

# [bumpversion:file:.cookiecutterrc]
# search = version: {current_version}
# replace = version: {new_version}
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/sonnetsuiteshelper

.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-sonnetsuiteshelper/v0.0.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-sonnetsuiteshelper/v0.1.0.svg
:alt: Commits since latest release
:target: https://github.com/Alan-Manning/python-sonnetsuiteshelper/compare/v0.0.0...main
:target: https://github.com/Alan-Manning/python-sonnetsuiteshelper/compare/v0.1.0...main



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 = "2023"
author = "Alan Manning"
copyright = f"{year}, {author}"
version = release = "0.0.0"
version = release = "0.1.0"

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 @@ -13,7 +13,7 @@ def read(*names, **kwargs):

setup(
name="sonnetsuiteshelper",
version="0.0.0",
version="0.1.0",
license="LGPL-3.0-or-later",
description="A package to help with Sonnet Suites.",
long_description="{}\n{}".format(
Expand Down
2 changes: 1 addition & 1 deletion src/sonnetsuiteshelper/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit ff633ea

Please sign in to comment.