Skip to content

Commit

Permalink
0.2.3 is fixed in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Apr 26, 2023
1 parent 1dcef4d commit 850bbe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pyptv
version: 0.2.2
version: 0.2.3

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion pyptv/pyptv_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 850bbe8

Please sign in to comment.