Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit f2b0879

Browse files
committed
Prepare new version 0.0.3
1 parent 63419fd commit f2b0879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
setuptools.setup(
77
name="frame2package",
8-
version="0.0.2",
8+
version="0.0.3",
99
author="Robin Linderborg",
1010
author_email="[email protected]",
1111
description="Pandas dataframes to DDF packages.",
12-
download_url="https://github.com/datastory-org/frame2package/archive/0.0.2.tar.gz",
12+
download_url="https://github.com/datastory-org/frame2package/archive/0.0.3.tar.gz",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)