Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Dec 22, 2024
1 parent 0724080 commit f67ee74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
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.8
version: 0.2.9

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 @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

setup(
name='pyptv',
version='0.2.8',
version='0.2.9',
packages=find_packages(include=['pyptv', 'openptv']),
)

0 comments on commit f67ee74

Please sign in to comment.