From 850bbe83f32368c62f5fcac78ba7d3802c11b152 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Wed, 26 Apr 2023 16:48:08 +0300 Subject: [PATCH] 0.2.3 is fixed in GUI --- 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 dc4b3e3..363f6f0 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pyptv - version: 0.2.2 + version: 0.2.3 source: path: .. diff --git a/pyptv/pyptv_gui.py b/pyptv/pyptv_gui.py index 862cc83..778d53e 100644 --- a/pyptv/pyptv_gui.py +++ b/pyptv/pyptv_gui.py @@ -1182,7 +1182,7 @@ class MainGUI(HasTraits): ), orientation="vertical", ), - title="pyPTV ver. 0.2.2", + title="pyPTV ver. 0.2.3", id="main_view", width=1.0, height=1.0, diff --git a/setup.py b/setup.py index cc731bc..d49bb6d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='pyptv', - version='0.2.2', + version='0.2.3', description='Python GUI for the OpenPTV library `liboptv`', author="Alex Liberzon", author_email='alex.liberzon@gmail.com',