Skip to content

Commit

Permalink
chore: Update version to 1.0.0dev9
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Oct 6, 2023
1 parent 267cb28 commit 9d1a77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepfriedmarshmallow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0beta1"
__version__ = "1.0.0dev9"

from deepfriedmarshmallow.import_patch import deep_fry_marshmallow
from deepfriedmarshmallow.jit import JitContext, generate_method_bodies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DeepFriedMarshmallow"
version = "1.0.0beta1"
version = "1.0.0dev9"
description = "A plug-and-play JIT implementation for Marshmallow to speed up data serialization and deserialization"
authors = ["Maciej Wilczynski <[email protected]>", "Roy Williams <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9d1a77a

Please sign in to comment.