Skip to content

Commit

Permalink
feat: Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyYang0714 committed May 15, 2024
1 parent 319bf98 commit e3aa2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ plugins = ["numpy.typing.mypy_plugin"]

[project]
name = "vis4d"
version = "0.1.1"
version = "0.1.2"
authors = [{name = "VIS @ ETH", email = "[email protected]"}]
description = "Vis4D Python package for Visual 4D scene understanding"
readme = "README.md"
license = { text="Apache 2.0"}
license = {text = "Apache 2.0"}
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion vis4d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import logging

__version__ = "0.1.1"
__version__ = "0.1.2"

_root_logger = logging.getLogger()
_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e3aa2b2

Please sign in to comment.