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 6bf27db commit 54c4d1eCopy full SHA for 54c4d1e
setup.py
@@ -1,12 +1,12 @@
1
-# Copyright (c) 2022-2023.
+# Copyright (c) 2022-2024.
2
# ProrokLab (https://www.proroklab.org/)
3
# All rights reserved.
4
5
from setuptools import setup, find_packages
6
7
setup(
8
name="vmas",
9
- version="1.3.3",
+ version="1.3.4",
10
description="Vectorized Multi-Agent Simulator",
11
url="https://github.com/proroklab/VectorizedMultiAgentSimulator",
12
license="GPLv3",
0 commit comments