Skip to content

Commit 38ee814

Browse files
committed
v1.0.1
1 parent 5901713 commit 38ee814

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ Changelog
116116

117117
* **[NEXT]** (changes on ``master``, but not released yet):
118118

119+
* Nothing yet ;)
120+
121+
* **v1.0.1:**
122+
119123
* misc: Replaced setup.py by pyproject.toml (@flozz)
120124
* misc: Added Python 3.13, 3.14 support (@flozz)
121125
* misc!: Removed Python 3.8, 3.9 support (@flozz)

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Scanline Python Wrapper"
1010
copyright = "2024-2025, Wanadev"
1111
author = "Wanadev"
12-
release = "1.0.0"
12+
release = "1.0.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scanline-python-wrapper"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
authors = [
99
{name = "Wanadev", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)