diff --git a/bump_version.py b/bump_version.py index a22c227..33e67f9 100644 --- a/bump_version.py +++ b/bump_version.py @@ -3,7 +3,7 @@ from pathlib import Path # Define the current version -CURRENT_VERSION = "0.2.8" +CURRENT_VERSION = "0.2.9" def bump_version(version): """Increment the last integer of the version string by 1.""" diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 36521e8..e6b35d7 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pyptv - version: 0.2.8 + version: 0.2.9 source: path: .. diff --git a/pyptv/pyptv_gui.py b/pyptv/pyptv_gui.py index 6154546..1148756 100644 --- a/pyptv/pyptv_gui.py +++ b/pyptv/pyptv_gui.py @@ -1192,7 +1192,7 @@ class MainGUI(HasTraits): ), orientation="vertical", ), - title="pyPTV ver. 0.2.8", + title="pyPTV ver. 0.2.9", id="main_view", width=1.0, height=1.0, diff --git a/setup.py b/setup.py index cae7303..4337fa1 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,6 @@ setup( name='pyptv', - version='0.2.8', + version='0.2.9', packages=find_packages(include=['pyptv', 'openptv']), ) \ No newline at end of file