From 763f2dfde895622d4dc12d1958de7b6c6379b020 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 23 Jul 2022 14:26:05 +0200 Subject: [PATCH] tag version 1.1 of pySim Closes: OS#5458 Change-Id: Id78fb776eeab3370663cccefaf3fb31e5b2f5b04 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6ec9824..23901d07 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='pySim', - version='1.0', + version='1.1', packages=['pySim', 'pySim.transport'], url='https://osmocom.org/projects/pysim/wiki', license='GPLv2',