Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Mar 22, 2024
1 parent 42b7c1f commit bb05d89
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.57
v0.58
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.57'
release = '0.58'

# -- 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.57',
version: '0.58',
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.57',
version: '0.58',
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.57',
version: '0.58',
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.57-current" # default version
version="v0.58-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.57',
version: '0.58',
license: 'GPL-3.0-or-later',
default_options: [
'warning_level=1',
Expand Down

0 comments on commit bb05d89

Please sign in to comment.