Skip to content

Commit 3fa12f4

Browse files
change version to dev
1 parent 43e9bf3 commit 3fa12f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG
22

33

4-
## 1.0.0 (UNREALEASED)
4+
## 1.0.0 (DEV RELEASE)
55

66
- Major API Redesign: The entire API has been restructured for better modularity and flexibility.
77
- New Type System: Introduced a new type system, replacing the old v1 types.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ariadne-graphql-modules"
7-
version = "1.0.0"
7+
version = "1.0.0.dev1"
88
description = "Ariadne toolkit for defining GraphQL schemas in modular fashion."
99
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)