Skip to content

Commit e6c13d9

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent 9e76813 commit e6c13d9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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 = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ default_context:
5454
sphinx_doctest: "no"
5555
sphinx_theme: "sphinx-rtd-theme"
5656
test_matrix_separate_coverage: "no"
57-
version: "1.0.0"
57+
version: "1.0.1"
5858
version_manager: "bump2version"
5959
website: "https://github.com/Alan-Manning"
6060
year_from: "2024"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Overview
4343
:alt: Supported implementations
4444
:target: https://pypi.org/project/maskpy
4545

46-
.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-maskpy/v1.0.0.svg
46+
.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-maskpy/v1.0.1.svg
4747
:alt: Commits since latest release
48-
:target: https://github.com/Alan-Manning/python-maskpy/compare/v1.0.0...main
48+
:target: https://github.com/Alan-Manning/python-maskpy/compare/v1.0.1...main
4949

5050

5151

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
year = "2024"
1818
author = "Alan Manning"
1919
copyright = f"{year}, {author}"
20-
version = release = "1.0.0"
20+
version = release = "1.0.1"
2121

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

setup.py

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

1313
setup(
1414
name="maskpy",
15-
version="1.0.0",
15+
version="1.0.1",
1616
license="LGPL-3.0-or-later",
1717
description="package for creating gds maks in python",
1818
long_description="{}\n{}".format(

src/maskpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"
22

33
from .souk_mask_builder import SoukMaskBuilder

0 commit comments

Comments
 (0)