Skip to content

Commit 89eea4a

Browse files
committed
release: Release 1.0.1
1 parent b18fda5 commit 89eea4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'graphql_query'
1010
copyright = '2022, Denis A. Artyushin'
1111
author = 'Denis A. Artyushin'
12-
version = '1.0.0'
12+
version = '1.0.1'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

graphql_query/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
MAJOR_VERSION = "1"
1212
MINOR_VERSION = "0"
13-
MICRO_VERSION = "0"
13+
MICRO_VERSION = "1"
1414

1515

1616
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{MICRO_VERSION}"

0 commit comments

Comments
 (0)