Skip to content

Commit

Permalink
Update version: 0.0.2 -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 18, 2023
1 parent 00d4690 commit 2765377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compartmental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.2"
__version__ = "0.0.3"
_CUPY_MODE_: bool

from . import generic_model
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "compartmental"
version = "0.0.2"
version = "0.0.3"
requires-python = ">=3.8"

description = ""
Expand All @@ -31,7 +31,7 @@ dependencies = ['numpy']
"Documentation" = "https://${USERNAME}/.github.io/compartmental/"

[tool.bumpver]
current_version = "0.0.2"
current_version = "0.0.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Update version: {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 2765377

Please sign in to comment.