Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed May 14, 2019
1 parent ffa7b81 commit 553afd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
year = '2019'
author = 'Luís Teixeira'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1.2'
version = release = '0.1.3'

pygments_style = 'default'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(*names, **kwargs):

setup(
name='pybpod-gui-plugin-emulator',
version='0.1.2',
version='0.1.3',
license='MIT license',
description="Emulator for PyBpod to work with the Bpod's State Machine ports.",
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/pybpod_gui_plugin_emulator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

from pybpod_gui_plugin_emulator.emulator_gui import EmulatorGUI

Expand Down

0 comments on commit 553afd1

Please sign in to comment.