Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albarrentine committed Apr 27, 2024
1 parent 7a053cb commit e83facf
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 @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[bumpver]
current_version = "0.7.0"
current_version = "0.7.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version: {old_version} → {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion sartorial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.7.1"

from .schema import ModelSchema, Schema, StrictModelSchema, StrictSchema
from .serialization import Serializable, decode_object, encode_object
Expand Down

0 comments on commit e83facf

Please sign in to comment.