Spaces:
Sleeping
Sleeping
NeonDaniel commited on
Commit ·
90dc921
1
Parent(s): 268a18f
Increment Version to 2.0.1a3
Browse files
multi_llm_chatbot_backend/app/version.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
__version__ = "2.0.
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
print(__version__)
|
|
|
|
| 1 |
+
__version__ = "2.0.1a3"
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
print(__version__)
|