From 6df8f79df9e7670e9beb0740c9448488081c9823 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 10 Dec 2018 11:57:30 +0100 Subject: [PATCH] version 29.0.2 --- python-varlink.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-varlink.spec b/python-varlink.spec index 9d31931..438c50c 100644 --- a/python-varlink.spec +++ b/python-varlink.spec @@ -1,5 +1,5 @@ Name: python-varlink -Version: 29.0.1 +Version: 29.0.2 Release: 1%{?dist} Summary: Python implementation of Varlink License: ASL 2.0 diff --git a/setup.py b/setup.py index 234df41..5fdb40a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="varlink", packages=["varlink"], - version = "29.0.1", + version = "29.0.2", description="Varlink", long_description="Python implementation of the varlink protocol http://varlink.org", author="Lars Karlitski, Harald Hoyer",