Skip to content

Commit af74526

Browse files
Abaw Chenabawchen
Abaw Chen
authored andcommitted
fix: make test pass and update version
1 parent 98f2929 commit af74526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description_file = README.md
33

44
[flake8]
55
exclude = setup.py,docs/*,examples/*
6-
max-line-length = 130
6+
max-line-length = 150
77

88
[coverage:run]
99
omit = */tests/*

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="graphene-mongo",
5-
version="0.3.1",
5+
version="0.2.14",
66
description="Graphene Mongoengine integration",
77
long_description=open("README.rst").read(),
88
url="https://github.com/graphql-python/graphene-mongo",

0 commit comments

Comments
 (0)