Skip to content

Commit

Permalink
Bump to 3.2.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 29, 2024
1 parent 68936c0 commit d7f3ed1
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
Expand Up @@ -15,7 +15,7 @@ target_version = [
github_url = "https://github.com/minrk/wurlitzer"

[tool.tbump.version]
current = "3.1.0"
current = "3.2.0.dev"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion wurlitzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from __future__ import print_function

__version__ = '3.1.0'
__version__ = '3.2.0.dev'

__all__ = [
'pipes',
Expand Down

0 comments on commit d7f3ed1

Please sign in to comment.