Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d5ac95

Browse files
Bump version to 3.0.0 final (and publish to pypi 🎉)
1 parent de522ad commit 2d5ac95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "graphql-server"
3-
version = "3.0.0b8"
4-
description = "A library for creating GraphQL APIs"
3+
version = "3.0.0"
4+
description = "A library setting up a GraphQL server in a variety of frameworks"
55
authors = [{ name = "Syrus Akbary", email = "me@syrusakbary.com" }]
66
license = { text = "MIT" }
77
readme = "README.md"

‎src/graphql_server/version.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["version", "version_info"]
22

33

4-
version = "3.0.0b8"
5-
version_info = (3, 0, 0, "beta", 8)
4+
version = "3.0.0"
5+
version_info = (3, 0, 0, "final", 0)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /