Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Mar 9, 2024
1 parent 9aac0ee commit 3cbdfa9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.53
v0.54
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'Qlattice'
copyright = 'Luchang Jin'
author = 'Luchang Jin'
release = '0.53'
release = '0.54'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion qlat-cps/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('qlat-cps', 'cpp', 'cython',
version: '0.53',
version: '0.54',
license: 'GPL-3.0-or-later',
default_options: [
'warning_level=1',
Expand Down
2 changes: 1 addition & 1 deletion qlat-grid/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('qlat-grid', 'cpp', 'cython',
version: '0.53',
version: '0.54',
license: 'GPL-3.0-or-later',
default_options: [
'warning_level=1',
Expand Down
2 changes: 1 addition & 1 deletion qlat-utils/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('qlat-utils', 'cpp', 'cython',
version: '0.53',
version: '0.54',
license: 'GPL-3.0-or-later',
default_options: [
'warning_level=3',
Expand Down
2 changes: 1 addition & 1 deletion qlat-utils/qlat_utils/lib/version_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$src_dir"
if git describe --tags ; then
version="$(git describe --tags)"
else
version="v0.53-current" # default version
version="v0.54-current" # default version
fi

cd "$wd"
Expand Down
2 changes: 1 addition & 1 deletion qlat/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('qlat', 'cpp', 'cython',
version: '0.53',
version: '0.54',
license: 'GPL-3.0-or-later',
default_options: [
'warning_level=1',
Expand Down

0 comments on commit 3cbdfa9

Please sign in to comment.