Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Bumped version to 0.4
  • Loading branch information
melvinkcx authored Feb 22, 2020
1 parent e5d0bcf commit 43ced16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .execution import ExtendedExecutionContext
from .utilities import build_schema_with_cost

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = [
"run_only_once",
Expand Down

0 comments on commit 43ced16

Please # to comment.