diff --git a/src/marshmallow_generic/__init__.py b/src/marshmallow_generic/__init__.py index 4713a92..b5c6d87 100644 --- a/src/marshmallow_generic/__init__.py +++ b/src/marshmallow_generic/__init__.py @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License.""" -__version__ = "1.0.0" +__version__ = "1.0.1" __doc__ = """ Generic schema with full typing support and minimal boilerplate.