Skip to content

Commit 52e09ef

Browse files
committed
Update version number for next minor release
1 parent bd5f06e commit 52e09ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#
77
# Description: Core Execution of the forward-facing gui
88
# =============================================================================
9-
__version__ = '1.0.0'
9+
__version__ = '1.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils.core import setup
1515

1616
setup(name='swarm-sim-firmware',
17-
version="1.0.0",
17+
version="1.2.0",
1818
author='Codex Laboratories LLC',
1919
author_email='tylerfedrizzi@codex-labs-llc.com',
2020
url="https://codexlabsllc.github.io/SWARMSimFirmware",

0 commit comments

Comments
 (0)