We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ffd66 commit 3e0967eCopy full SHA for 3e0967e
3 files changed
.manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.0.1"
+ ".": "2.0.2"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.0.2](https://github.com/NEIAAC/python-template/compare/v2.0.1...v2.0.2) (2025-06-17)
4
+
5
6
+### Bug Fixes
7
8
+* Improve row number tracking ([a7ffd66](https://github.com/NEIAAC/python-template/commit/a7ffd664f41193c75ca5df15e650872df8560d8a))
9
10
## [2.0.1](https://github.com/NEIAAC/python-template/compare/v2.0.0...v2.0.1) (2025-06-12)
11
12
src/version.py
@@ -1 +1 @@
-__version__ = "2.0.1"
+__version__ = "2.0.2"
0 commit comments