From 485aea005e85785ccce5180b1ab968b5a7f3a3b6 Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Mon, 13 Mar 2023 20:27:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/marshmallow_generic/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa58f45..eaf49e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ ] license = { text = "Apache Software License Version 2.0" } classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/src/marshmallow_generic/__init__.py b/src/marshmallow_generic/__init__.py index f6fa1a4..e1eb54b 100644 --- a/src/marshmallow_generic/__init__.py +++ b/src/marshmallow_generic/__init__.py @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.""" -__version__ = "0.0.1" +__version__ = "1.0.0" __doc__ = """ Generic schema with full typing support and minimal boilerplate.