Skip to content

Commit

Permalink
Merge pull request #42 from kurusugawa-computer/add-local-scene
Browse files Browse the repository at this point in the history
version up
  • Loading branch information
yuji38kwmt authored Mar 1, 2021
2 parents 39d2ca0 + 52ce07c commit a4e80b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anno3d/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anno3d"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Your Name <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_anno3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == "0.1.2"

0 comments on commit a4e80b1

Please sign in to comment.