Skip to content

Commit

Permalink
Update version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed May 14, 2019
1 parent ce2a8ff commit 0181c89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
# built documents.
#
# The short X.Y version.
version = 'v1.0'
version = 'v0.1.1'
# The full version, including alpha/beta/rc tags.
release = 'v1.0'
release = 'v0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand All @@ -106,7 +106,7 @@
exclude_patterns = []

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'default'

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
Expand Down
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__ = "1.1"
__version__ = "0.1.1"
__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",
version="0.1.1",
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 0181c89

Please sign in to comment.