Skip to content

Commit

Permalink
Bump version to 0.0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbwm committed May 3, 2024
1 parent 0c6092d commit 194c7cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions malsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
# MAL Simulator v0.0.21
# MAL Simulator v0.0.22
# Copyright 2024, Andrei Buhaiu.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,7 +25,7 @@
"""

__title__ = "malsim"
__version__ = "0.0.21"
__version__ = "0.0.22"
__authors__ = ["Andrei Buhaiu", "Jakob Nyberg", "Nikolaos Kakouros"]
__license__ = "Apache 2.0"
__docformat__ = "restructuredtext en"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mal-simulator"
version = "0.0.21"
version = "0.0.22"
authors = [
{ name="Andrei Buhaiu", email="[email protected]" },
{ name="Jakob Nyberg", email="[email protected]" },
Expand Down

0 comments on commit 194c7cb

Please sign in to comment.