From d96f5fa6b76beba77e4dd02a90548f6a012324f2 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 10 Aug 2020 18:45:11 +0200 Subject: [PATCH] URSH: Bump version --- ursh/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ursh/setup.py b/ursh/setup.py index 87f2d83..5c239b2 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', + version='2.3-dev', description='URL shortening service for Indico', url='https://github.com/indico/indico-plugins', license='MIT', @@ -22,7 +22,7 @@ setup( zip_safe=False, include_package_data=True, install_requires=[ - 'indico>=2.2.dev0', + 'indico>=2.3.dev0', ], classifiers=[ 'Environment :: Plugins',