Skip to content

Commit

Permalink
Release 1.1.0 (#178)
Browse files Browse the repository at this point in the history
* updated version number

* Update conf.py

* updated executables 9/6/19 release
  • Loading branch information
shelcrow authored Sep 6, 2019
1 parent c1a88ef commit 8d05a32
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified dist-cli/Linux/ob
Binary file not shown.
Binary file modified dist-cli/Mac/ob
Binary file not shown.
Binary file modified dist-cli/Windows/ob.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'SunSpec Alliance'

# The short X.Y version
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags
release = 'v1.0.0'
release = 'v1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='oblib',
version='1.0.1',
version='1.1.0',
description='Orange Button Python Library',
long_description=
"""
Expand Down

0 comments on commit 8d05a32

Please sign in to comment.