Skip to content

Commit

Permalink
fix: make test pass and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abaw Chen authored and abawchen committed Jan 14, 2022
1 parent 98f2929 commit af74526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description_file = README.md

[flake8]
exclude = setup.py,docs/*,examples/*
max-line-length = 130
max-line-length = 150

[coverage:run]
omit = */tests/*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="graphene-mongo",
version="0.3.1",
version="0.2.14",
description="Graphene Mongoengine integration",
long_description=open("README.rst").read(),
url="https://github.com/graphql-python/graphene-mongo",
Expand Down

0 comments on commit af74526

Please sign in to comment.