Skip to content

Commit d641605

Browse files
committed
update version number to 0.1.0
1 parent ad2b948 commit d641605

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = "0.0.2"
73+
version = "0.1.0"
7474
# The full version, including alpha/beta/rc tags.
75-
release = "0.0.2"
75+
release = "0.1.0"
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

examples/.gitkeep

Whitespace-only changes.

mesa_llm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828

2929
__title__ = "Mesa-LLM"
30-
__version__ = "0.0.2"
30+
__version__ = "0.1.0"
3131
__license__ = "MIT"
3232
_this_year = datetime.datetime.now(tz=datetime.UTC).date().year
3333
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 commit comments

Comments
 (0)