Skip to content

Commit

Permalink
Fix version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jun 2, 2017
1 parent b06f930 commit 543685c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
copyright = u'2016-2017, European Spallation Source ERIC'
author = u'Michael Hart, Michael Wedel, Owen Arnold'

version = u'1.0'
release = u'1.1'
version = u'1.1'
release = u'1.1.0'

language = None

Expand Down
2 changes: 1 addition & 1 deletion lewis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# *********************************************************************

__version__ = '1.1'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/devices/chopper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# *********************************************************************

framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/devices/julabo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# *********************************************************************

framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/devices/linkam_t95/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# *********************************************************************

framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/examples/dual_device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ class VerySimpleStreamInterface(StreamInterface):
out_terminator = '\r\n'


framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/examples/example_motor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ def set_target(self, new_target):
)
)

framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/examples/modbus_device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class ExampleModbusInterface(ModbusInterface):
hr = ir


framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion lewis/examples/simple_device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def handle_error(self, request, error):
return 'An error occurred: ' + repr(error)


framework_version = '1.1'
framework_version = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def readme():

setup(
name='lewis',
version='1.1',
version='1.1.0',
description='LeWIS - Let\'s Write Intricate Simulators!',
long_description=readme(),
url='https://github.com/DMSC-Instrument-Data/lewis',
Expand Down

0 comments on commit 543685c

Please sign in to comment.