Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
btel committed Jan 4, 2021
1 parent 7a639f5 commit c455c92
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 @@ -5,7 +5,7 @@

setup(
name="svgutils",
version="0.3.1",
version="0.3.2",
description="Python SVG editor",
long_description="""This is an utility package that helps to edit and
concatenate SVG files. It is especially directed at scientists preparing
Expand All @@ -30,5 +30,5 @@
],
package_dir={"": "src"},
install_requires=["lxml"],
download_url="https://github.com/btel/svg_utils/archive/v0.3.0.tar.gz",
download_url="https://github.com/btel/svg_utils/archive/v0.3.2.tar.gz",
)

0 comments on commit c455c92

Please sign in to comment.