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 bd5f06e commit 52e09efCopy full SHA for 52e09ef
2 files changed
core/_version.py
@@ -6,4 +6,4 @@
6
#
7
# Description: Core Execution of the forward-facing gui
8
# =============================================================================
9
-__version__ = '1.0.0'
+__version__ = '1.2.0'
setup.py
@@ -14,7 +14,7 @@
14
from distutils.core import setup
15
16
setup(name='swarm-sim-firmware',
17
- version="1.0.0",
+ version="1.2.0",
18
author='Codex Laboratories LLC',
19
author_email='tylerfedrizzi@codex-labs-llc.com',
20
url="https://codexlabsllc.github.io/SWARMSimFirmware",
0 commit comments