Skip to content

Commit

Permalink
Bump to 1.3.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 8, 2023
1 parent 94e2c2c commit 5632a2a
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.0"
__version__ = "1.3.0.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 @@ -97,7 +97,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.0"
current = "1.3.0.dev"

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

0 comments on commit 5632a2a

Please sign in to comment.