From 858a9bdefa09b13721738a3f471bede13e91c5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 13 Jun 2017 15:25:34 +0200 Subject: [PATCH] Properly bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75c3970..339d090 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name = "python-xapp", - version = "1.0.0", + version = "1.0.1", description = "Python Xapp Library.", maintainer = "Linux Mint", maintainer_email = "root@linuxmint.com",