Skip to content

Commit

Permalink
Create another patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 22, 2022
1 parent e5eb47c commit 0f88894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.3
current_version = 3.1.4
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-relay"
version = "3.1.3"
version = "3.1.4"
description = """
Relay library for graphql-core"""
license="MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/graphql_relay/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__all__ = ["version", "version_info", "version_js", "version_info_js"]

version = "3.1.3"
version = "3.1.4"

version_js = "0.9.0"

Expand Down

0 comments on commit 0f88894

Please sign in to comment.