RAHHH
This commit is contained in:
11
backend/lib/python3.12/site-packages/incremental/_version.py
Normal file
11
backend/lib/python3.12/site-packages/incremental/_version.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Provides Incremental version information.
|
||||
"""
|
||||
|
||||
# This file is auto-generated! Do not edit!
|
||||
# Use `python -m incremental.update Incremental` to change this file.
|
||||
|
||||
from incremental import Version
|
||||
|
||||
__version__ = Version("Incremental", 24, 7, 2)
|
||||
__all__ = ["__version__"]
|
||||
Reference in New Issue
Block a user