From 00d1dddfa7f32aa6b83da54650f1cb72305835e6 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 20 Aug 2019 14:48:29 +0200 Subject: [PATCH] URSH: Bump version to 2.2 --- ursh/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ursh/setup.py b/ursh/setup.py index cb0fee5..cd5e45c 100644 --- a/ursh/setup.py +++ b/ursh/setup.py @@ -12,7 +12,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-ursh', - version='2.2-dev', + version='2.2', description='URL shortening service for Indico', url='https://github.com/indico/indico-plugins', license='MIT',