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 b86d3e0 commit 327f689Copy full SHA for 327f689
requirements.txt
@@ -1,3 +1,3 @@
1
-stdl>=0.4.2
+stdl>=0.4.4
2
tqdm
3
docstring_parser==0.15
setup.py
@@ -7,8 +7,8 @@
7
REQUIREMENTS = (HERE / "requirements.txt").read_text()
8
9
setup(
10
- name="py-pipeline",
11
- version="0.1.0",
+ name="pypeline-python",
+ version="0.1.1",
12
description="PyPipeline is a simple Python framework for building data processing pipelines.",
13
long_description=README,
14
long_description_content_type="text/markdown",
0 commit comments