Skip to content

Commit

Permalink
Changing version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ebranlard committed Oct 26, 2024
1 parent 2bc5602 commit 3a29687
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
git fetch --unshallow > /dev/null
git fetch --tags --force > /dev/null
export CURRENT_TAG="v0.4"
export CURRENT_TAG="v0.5"
export CURRENT_DEV_TAG="$CURRENT_TAG-dev"
# BRANCH FAILS
export BRANCH1=`git rev-parse --abbrev-ref HEAD`
Expand Down
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=pyDatView
version=0.4
version=0.5
entry_point=pydatview:show_sys_args
icon=ressources/pyDatView.ico

Expand Down
2 changes: 1 addition & 1 deletion pydatview/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# --- GLOBAL
# --------------------------------------------------------------------------------{
PROG_NAME='pyDatView'
PROG_VERSION='v0.4-local'
PROG_VERSION='v0.5-local'
ISTAT = 0 # Index of Status bar where main status info is provided

#matplotlib.rcParams['text.usetex'] = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pydatview',
version='0.4',
version='0.5',
description='GUI to display tabulated data from files or pandas dataframes',
url='http://github.com/ebranlard/pyDatView/',
author='Emmanuel Branlard',
Expand Down

0 comments on commit 3a29687

Please sign in to comment.