version correctness

This commit is contained in:
Your Name
2025-10-10 22:59:55 +00:00
parent d0404460b6
commit 20657611f7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.1
commit = True
tag = True
tag_name = pylume-v{new_version}

View File

@@ -35,7 +35,7 @@ from .models import (
# Import main class last to avoid circular imports
from .pylume import PyLume
__version__ = "0.2.2"
__version__ = "0.2.1"
__all__ = [
"PyLume",