Skip to content

Commit c455c92

Browse files
committed
bump version number
1 parent 7a639f5 commit c455c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)