diff --git a/dist/Soar-1.2.1.tar.gz b/dist/Soar-1.2.1.tar.gz new file mode 100644 index 0000000..a947389 Binary files /dev/null and b/dist/Soar-1.2.1.tar.gz differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e9283f..6a9415f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '1.2.0' +version = '1.2.1' # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cfbb6da..4bf5460 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = f.read() setup(name='Soar', - version='1.2.0', + version='1.2.1', description='An extensible Python framework for simulating and interacting with robots', long_description=long_description, author='Andrew Antonitis', diff --git a/soar/__init__.py b/soar/__init__.py index 5b3aeea..310dc93 100644 --- a/soar/__init__.py +++ b/soar/__init__.py @@ -15,13 +15,13 @@ # along with this program. If not, see . # # soar/__init__.py -""" Soar (Snakes on a Robot) v1.2.0 +""" Soar (Snakes on a Robot) v1.2.1 An extensible Python framework for both simulating and interacting with robots. Copyright (C) 2017 Andrew Antonitis. Licensed under the LGPLv3. """ -__version__ = '1.2.0' +__version__ = '1.2.1' blerb = 'Soar (Snakes on a Robot) v' + __version__ + ': A Python robotics framework.\n' \ 'https://github.com/arantonitis/soar\n\n' \ 'Copyright (C) 2017 Andrew Antonitis. Licensed under the LGPLv3.' diff --git a/soar/gui/brain.gif b/soar/gui/brain.gif index 06d98d2..e974d37 100644 Binary files a/soar/gui/brain.gif and b/soar/gui/brain.gif differ diff --git a/soar/gui/connect.gif b/soar/gui/connect.gif index bb2a908..9ced7bf 100644 Binary files a/soar/gui/connect.gif and b/soar/gui/connect.gif differ diff --git a/soar/gui/loading.gif b/soar/gui/loading.gif index cf6ffd9..ab0bdfb 100644 Binary files a/soar/gui/loading.gif and b/soar/gui/loading.gif differ diff --git a/soar/gui/pause.gif b/soar/gui/pause.gif index d831c08..74ab258 100644 Binary files a/soar/gui/pause.gif and b/soar/gui/pause.gif differ diff --git a/soar/gui/play.gif b/soar/gui/play.gif index a9b13b8..1039986 100644 Binary files a/soar/gui/play.gif and b/soar/gui/play.gif differ diff --git a/soar/gui/reload.gif b/soar/gui/reload.gif index 626d9fa..329809c 100644 Binary files a/soar/gui/reload.gif and b/soar/gui/reload.gif differ diff --git a/soar/gui/sim.gif b/soar/gui/sim.gif index 962868c..eaf8916 100644 Binary files a/soar/gui/sim.gif and b/soar/gui/sim.gif differ diff --git a/soar/gui/step.gif b/soar/gui/step.gif index acf56fe..ee9e6c9 100644 Binary files a/soar/gui/step.gif and b/soar/gui/step.gif differ diff --git a/soar/gui/stop.gif b/soar/gui/stop.gif index b50b934..2ab75d5 100644 Binary files a/soar/gui/stop.gif and b/soar/gui/stop.gif differ diff --git a/soar/gui/world.gif b/soar/gui/world.gif index 4d2eaca..4fbf4be 100644 Binary files a/soar/gui/world.gif and b/soar/gui/world.gif differ