Skip to content

Commit

Permalink
Merge pull request #3 from Hultner/fix/bump-calver
Browse files Browse the repository at this point in the history
Updated calver to this years version
  • Loading branch information
Hultner authored Oct 1, 2019
2 parents de7529b + bc72520 commit de6ef55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
description="A markdown renderer focusing on security first",
long_description=long_description,
long_description_content_type="text/markdown",
version="18.10.4",
version="19.10.1",
py_modules=["safemd"],
packages=find_packages(exclude=["tests"]),
install_requires=["cmarkgfm", "bleach"],
extras_require={"dev": ["black", "pytest", "twine", "pytest-cov", "codacy-coverage"]},
extras_require={
"dev": ["black", "pytest", "twine", "pytest-cov", "codacy-coverage"]
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit de6ef55

Please sign in to comment.