Bump version to 4.2.1a2

This commit is contained in:
Ivan Kravets
2020-02-14 20:57:40 +02:00
parent 292049199a
commit 6556c37e58
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ install_requires = [
"semantic_version>=2.8.1,<3",
"tabulate>=0.8.3,<1",
"pyelftools>=0.25,<1",
"marshmallow%s" % (">=2,<3" if PY2 else ">=3"),
"marshmallow%s" % (">=2,<3" if PY2 else ">=2"),
]