Skip to content

Commit 2a31dd3

Browse files
committed
bump the version
1 parent c30370d commit 2a31dd3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ Developed for [arXiv:2006.09387](http://arxiv.org/abs/2006.09387)
202202

203203
## TODO
204204

205-
- [ ] Clean cutflow reader needs optimization and clarity
205+
- [x] Clean cutflow reader needs optimization and clarity
206206

207207
- [x] Generalize table writer and add latex writer
208208

209-
- [ ] Histogram reader
209+
- [x] Histogram reader
210210

211211
- [ ] Overall Ma5 Analysis parser
212212

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212

1313
setup(
1414
name="ma5_expert",
15-
version="2.0.0",
15+
version="2.0.1",
1616
description=("MadAnalysis 5 interpreter for Expert mode"),
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
1919
url="https://github.com/MadAnalysis/ma5_expert",
2020
project_urls={
2121
"Bug Tracker": "https://github.com/MadAnalysis/ma5_expert/issues",
2222
},
23-
download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v2.0.0.tar.gz",
23+
download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v2.0.1.tar.gz",
2424
author="Jack Y. Araz",
2525
author_email=("jack.araz@durham.ac.uk"),
2626
license="MIT",
2727
package_dir={"": "src"},
2828
install_requires=requirements,
29-
python_requires=">=3.6",
29+
python_requires=">=3.8",
3030
classifiers=[
3131
"Intended Audience :: Science/Research",
3232
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)