We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2b948 commit d641605Copy full SHA for d641605
docs/conf.py
@@ -70,9 +70,9 @@
70
# built documents.
71
#
72
# The short X.Y version.
73
-version = "0.0.2"
+version = "0.1.0"
74
# The full version, including alpha/beta/rc tags.
75
-release = "0.0.2"
+release = "0.1.0"
76
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
# for a list of supported languages.
examples/.gitkeep
mesa_llm/__init__.py
@@ -27,7 +27,7 @@
27
]
28
29
__title__ = "Mesa-LLM"
30
-__version__ = "0.0.2"
+__version__ = "0.1.0"
31
__license__ = "MIT"
32
_this_year = datetime.datetime.now(tz=datetime.UTC).date().year
33
__copyright__ = f"Copyright {_this_year} Project Mesa Team"
0 commit comments