Skip to content

Commit

Permalink
updated to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Mar 2, 2023
1 parent 855e6d4 commit 600a6a1
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.0
version: 0.2.1

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 @@ -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,
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.0',
version='0.2.1',
description='Python GUI for the OpenPTV library `liboptv`',
author="Alex Liberzon",
author_email='[email protected]',
Expand Down

0 comments on commit 600a6a1

Please sign in to comment.