Skip to content
Snippets Groups Projects
Commit 0763a9d7 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Start versioning from 0.3

parent de402ccf
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
`predtuner` performs autotuning on program approximation knobs using an error-predictive proxy
in place of the original program, to greatly speedup autotuning while getting results
comparable in quality. `current_version == 0.1`.
comparable in quality. `current_version == 0.3`.
## Requirements
......
......@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="predtuner",
version="0.1",
version="0.3",
author="Yifan Zhao",
author_email="yifanz16@illinois.edu",
description="A package for predictive and empirical approximation autotuning",
......@@ -22,8 +22,8 @@ setuptools.setup(
"pandas>=1.1",
"jsonpickle>=1.5",
"argparse>=1.4",
"wheel", # Use wheel to build the following:
"wheel", # Use wheel to build the following:
"opentuner==0.8.3", # Must be 0.8.3, they fixed an important bug
"sqlalchemy==1.3"
]
"sqlalchemy==1.3",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment