From 600a6a1a0f7cc8e27a5bf63d21d993be4804b6d1 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Fri, 3 Mar 2023 01:05:17 +0200 Subject: [PATCH] updated to 0.2.1 --- conda.recipe/meta.yaml | 2 +- pyptv/pyptv_gui.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 316c5ce..ce54d27 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pyptv - version: 0.2.0 + version: 0.2.1 source: path: .. diff --git a/pyptv/pyptv_gui.py b/pyptv/pyptv_gui.py index 3ec2153..4d751e8 100644 --- a/pyptv/pyptv_gui.py +++ b/pyptv/pyptv_gui.py @@ -1238,7 +1238,7 @@ class MainGUI(HasTraits): ), orientation="vertical", ), - title="pyPTV ver. 0.2.0", + title="pyPTV ver. 0.2.1", id="main_view", width=1.0, height=1.0, diff --git a/setup.py b/setup.py index a364ee7..b5d3bb7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='pyptv', - version='0.2.0', + version='0.2.1', description='Python GUI for the OpenPTV library `liboptv`', author="Alex Liberzon", author_email='alex.liberzon@gmail.com',