Skip to content

Commit

Permalink
Version numbers should be strings and going to 10 is eactly why
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Feb 23, 2021
1 parent 0431e2c commit 399fc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='marshmallow-polyfield',
version=5.10,
version='5.10',
description='An unofficial extension to Marshmallow to allow for polymorphic fields',
long_description=read('README.rst'),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 399fc9c

Please sign in to comment.