Skip to content

Commit

Permalink
Bump main to 0.8.dev0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpetre committed May 15, 2024
1 parent 2cd0d6e commit b5d451e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "poetry.core.masonry.api"

[tool.poetry]
name = "pytwin"
version = "0.7.dev0"
version = "0.8.dev0"
description = "A python wrapper for Ansys Digital Twin components"
license = "MIT"
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "0.7.dev0"
assert __version__ == "0.8.dev0"

0 comments on commit b5d451e

Please sign in to comment.