Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jun 4, 2022
1 parent c30370d commit 2a31dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ Developed for [arXiv:2006.09387](http://arxiv.org/abs/2006.09387)

## TODO

- [ ] Clean cutflow reader needs optimization and clarity
- [x] Clean cutflow reader needs optimization and clarity

- [x] Generalize table writer and add latex writer

- [ ] Histogram reader
- [x] Histogram reader

- [ ] Overall Ma5 Analysis parser

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@

setup(
name="ma5_expert",
version="2.0.0",
version="2.0.1",
description=("MadAnalysis 5 interpreter for Expert mode"),
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/MadAnalysis/ma5_expert",
project_urls={
"Bug Tracker": "https://github.com/MadAnalysis/ma5_expert/issues",
},
download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v2.0.0.tar.gz",
download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v2.0.1.tar.gz",
author="Jack Y. Araz",
author_email=("[email protected]"),
license="MIT",
package_dir={"": "src"},
install_requires=requirements,
python_requires=">=3.6",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 2a31dd3

Please sign in to comment.