Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Oct 27, 2019
1 parent 8455916 commit 0045650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mashumaro",
version="1.7",
version="1.8",
description="Fast serialization framework on top of dataclasses",
long_description=open('README.md', encoding='utf8').read(),
long_description_content_type='text/markdown',
Expand All @@ -16,6 +16,7 @@
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 5 - Production/Stable",
],
license="Apache License, Version 2.0",
Expand Down

0 comments on commit 0045650

Please sign in to comment.