File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 99project = "Scanline Python Wrapper"
1010copyright = "2024-2025, Wanadev"
1111author = "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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scanline-python-wrapper"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88authors = [
99 {
name =
" Wanadev" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments