diff --git a/cirrus.conf b/cirrus.conf index 546bc01..cba5c5c 100644 --- a/cirrus.conf +++ b/cirrus.conf @@ -1,6 +1,6 @@ [package] name = cirrus-cli -version = 3.1.0 +version = 3.1.1 description = cirrus development and build git extensions organization = cloudant version_file = src/cirrus/__init__.py diff --git a/src/cirrus/__init__.py b/src/cirrus/__init__.py index 5195a4b..ab7d2a4 100644 --- a/src/cirrus/__init__.py +++ b/src/cirrus/__init__.py @@ -18,5 +18,5 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__="3.1.0" +__version__="3.1.1"