From 8374a61a8d62c8935d4bca4fb933fa6eb988d2ec Mon Sep 17 00:00:00 2001 From: Damian Czajkowski Date: Mon, 9 Sep 2024 11:58:21 +0200 Subject: [PATCH] change version to dev --- docs/changelog.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5559ba9..1fbb546 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,7 @@ # CHANGELOG -## 1.0.0 (UNREALEASED) +## 1.0.0 (DEV RELEASE) - Major API Redesign: The entire API has been restructured for better modularity and flexibility. - New Type System: Introduced a new type system, replacing the old v1 types. diff --git a/pyproject.toml b/pyproject.toml index 8446fa7..053c3b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne-graphql-modules" -version = "1.0.0" +version = "1.0.0.dev1" description = "Ariadne toolkit for defining GraphQL schemas in modular fashion." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = { file = "README.md", content-type = "text/markdown" }