Skip to content

Commit

Permalink
release: 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
denisart committed Dec 9, 2022
1 parent 9689b7e commit aa63b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'graphql2python'
copyright = '2022, Denis A. Artyushin'
author = 'Denis A. Artyushin'
version = '0.0.4'
version = '0.0.5'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion graphql2python/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
MAJOR_VERSION = "0"
MINOR_VERSION = "0"
MICRO_VERSION = "4"
MICRO_VERSION = "5"


__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{MICRO_VERSION}"
Expand Down

0 comments on commit aa63b51

Please sign in to comment.