We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18fda5 commit 89eea4aCopy full SHA for 89eea4a
docs/source/conf.py
@@ -9,7 +9,7 @@
9
project = 'graphql_query'
10
copyright = '2022, Denis A. Artyushin'
11
author = 'Denis A. Artyushin'
12
-version = '1.0.0'
+version = '1.0.1'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
graphql_query/__version__.py
@@ -10,7 +10,7 @@
#
MAJOR_VERSION = "1"
MINOR_VERSION = "0"
-MICRO_VERSION = "0"
+MICRO_VERSION = "1"
16
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{MICRO_VERSION}"
0 commit comments