Skip to content
2 changes: 1 addition & 1 deletion src/connectedmachine/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Release History
===============
1.1.0b1
1.1.1b1
+++++
* Fix connectedmachine list command and set resource group as optional.

Expand Down
2 changes: 1 addition & 1 deletion src/connectedmachine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '1.1.0b1'
VERSION = '1.1.1b1'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
Loading