Skip to content

Commit

Permalink
Bump version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Jan 9, 2021
1 parent 869b6e7 commit 57fb550
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 @@ -86,7 +86,7 @@ def update_dict(dict1, dict2):

setup(
name="manimpango",
version="0.1.4",
version="0.1.5",
author="The Manim Community Developers",
maintainer="The Manim Community Developers",
url="https://github.com/ManimCommunity/manimpango",
Expand All @@ -97,7 +97,7 @@ def update_dict(dict1, dict2):
packages=["manimpango"],
python_requires=">=3.6",
platforms=["Linux", "macOS", "Windows"],
keywords=["cython", "pango", "cairo", "svg", "manim"],
keywords=["cython", "pango", "cairo", "manim"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 57fb550

Please sign in to comment.