Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Feb 5, 2024
1 parent a6f8ad2 commit 0daa383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion type-enum-plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "type-enum-plugin"
version = "0.3.1a0"
version = "0.4.0"
description = "Mypy plugin for type-enum."
authors = ["Thomas MK <tmke8@posteo.net>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion type-enum/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "type-enum"
version = "0.3.1a0"
version = "0.4.0"
description = "Concise sum types in Python."
authors = ["Thomas MK <tmke8@posteo.net>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 0daa383

Please sign in to comment.