Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 2, 2022
1 parent 245b47b commit 120afd7
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tyro"
version = "0.3.28"
version = "0.3.29"
description = "Strongly typed, zero-effort CLI interfaces"
authors = ["brentyi <[email protected]>"]
include = ["./tyro/**/*"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def main(


def test_fixed_group():
"""Reproduction of https://github.com/nerfstudio-project/nerfstudio/issues/882."""
"""Inspired by https://github.com/nerfstudio-project/nerfstudio/issues/882."""

@dataclasses.dataclass
class Inner:
Expand Down

0 comments on commit 120afd7

Please sign in to comment.