We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a639f5 commit c455c92Copy full SHA for c455c92
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="svgutils",
8
- version="0.3.1",
+ version="0.3.2",
9
description="Python SVG editor",
10
long_description="""This is an utility package that helps to edit and
11
concatenate SVG files. It is especially directed at scientists preparing
@@ -30,5 +30,5 @@
30
],
31
package_dir={"": "src"},
32
install_requires=["lxml"],
33
- 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",
34
)
0 commit comments