Skip to content

Commit

Permalink
Bump to 1.2.2.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 27, 2023
1 parent ad2ebfe commit 0f0ef11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autodoc_traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "1.2.1"
__version__ = "1.2.2.dev"


class ConfigurableDocumenter(ClassDocumenter):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ addopts = "--verbose --color=yes --durations=10 --ignore=tests/docs/sample_modul
# ref: https://github.com/your-tools/tbump#readme
#
[tool.tbump.version]
current = "1.2.1"
current = "1.2.2.dev"

# Example of a pep440 regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 0f0ef11

Please sign in to comment.