Skip to content

Commit

Permalink
Prep for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 30, 2023
1 parent 37040d6 commit 4671c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = u'0.4.0'
version = u'0.5.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "grpc4bmi"
version = "0.4.0"
version = "0.5.0"
description = "Run your BMI implementation in a separate process and expose it as BMI-python with GRPC"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 4671c61

Please sign in to comment.