Skip to content

Commit

Permalink
Update version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Jul 19, 2019
1 parent 61beab8 commit 5cc826c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog
=========

0.1.2 (2019-07-xx)
0.1.2 (2019-07-19)
------------------
* Added ComboBox and a refresh button for the serial port selection for the Rotary Encoder
2 changes: 1 addition & 1 deletion pybpod_rotaryencoder_module/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = ['Ricardo Ribeiro']
__credits__ = ["Ricardo Ribeiro"]
__license__ = "Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pybpod-gui-plugin-rotaryencoder',
version="0.1.1",
version="0.1.2",
description="""PyBpod rotary encoder module controller""",
author=['Ricardo Ribeiro', 'Luís Teixeira'],
author_email='ricardojvr@gmail.com, micboucinha@gmail.com',
Expand Down

0 comments on commit 5cc826c

Please sign in to comment.