Skip to content

Commit

Permalink
Bump version to 0.0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbwm committed Mar 27, 2024
1 parent dcb3c89 commit 7fda6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions malpzsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
# MAL Petting Zoo Simulator v0.0.15
# MAL Petting Zoo Simulator v0.0.16
# Copyright 2024, Andrei Buhaiu.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -23,7 +23,7 @@
"""

__title__ = "malpzsim"
__version__ = "0.0.15"
__version__ = "0.0.16"
__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-petting-zoo-simulator"
version = "0.0.15"
version = "0.0.16"
authors = [
{ name="Andrei Buhaiu", email="[email protected]" },
{ name="Jakob Nyberg", email="[email protected]" },
Expand Down

0 comments on commit 7fda6db

Please sign in to comment.