Skip to content

Commit

Permalink
bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdong1991 committed Feb 8, 2020
1 parent d4fadbc commit ee28a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="The Python implementation of JavaScript Library RoughViz to create sketchy charts.",
long_description_content_type='text/markdown',
long_description=long_description,
version="0.5.0",
version="0.5.1",
author="Kaiqi Dong",
url="https://github.com/charlesdong1991/py-roughviz",
author_email="kaiqidong1991@gmail.com",
Expand All @@ -21,7 +21,7 @@
packages=find_packages(exclude=["test*"]),
package_data={"": ["render/templates/*.html"]},
install_requires=["jinja2", "ipython", "pandas"],
download_url="https://github.com/charlesdong1991/py-roughviz/archive/v0.5.0.tar.gz",
download_url="https://github.com/charlesdong1991/py-roughviz/archive/v0.5.1.tar.gz",
tests_require=["pytest"],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit ee28a6a

Please sign in to comment.