Skip to content

Commit

Permalink
Fix bug reports URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 28, 2018
1 parent 569a0c9 commit 91a67a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marshmallow_jsonapi/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from .schema import Schema, SchemaOpts

__version__ = '0.19.0'
__version__ = '0.19.0.post0'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@ def read(fname):
],
test_suite='tests',
project_urls={
'Bug Reports': 'https://github.com/marshmallow-code/marshmallow/issues',
'Bug Reports': 'https://github.com/marshmallow-code/marshmallow-jsonapi/issues',
'Funding': 'https://opencollective.com/marshmallow',
}
)

0 comments on commit 91a67a4

Please sign in to comment.