Skip to content

Commit

Permalink
chore: Bump to version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edeustua committed Oct 28, 2024
1 parent 66a326c commit 4418d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'ccpy',
'c', 'fortran',
version: '0.0.3',
version: '0.0.4',
license: 'GPL-3',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires = [

[project]
name = "coupled-cluster-py"
version = "0.0.3"
version = "0.0.4"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
# at that point, no longer include them in `py3.install_sources()`
license = { file = "COPYING" }
Expand Down

0 comments on commit 4418d88

Please sign in to comment.