Skip to content

Commit

Permalink
testing pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jan 11, 2022
1 parent ca14945 commit 573e1c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
constructs it with an interactable interface (histogram interpreter coming soon).

## Installation
`pip install ma5_expert`
`pip install ma5-expert`

## Cutflow Collection

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@

setup(
name="ma5_expert",
version="1.0.0",
version="1.0.1",
description=("MadAnalysis 5 interpreter for Expert mode"),
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/jackaraz/ma5_expert",
project_urls={
"Bug Tracker": "https://github.com/jackaraz/ma5_expert/issues",
},
download_url = "https://github.com/jackaraz/ma5_expert/archive/refs/tags/v1.0.1.tar.gz",
author="Jack Y. Araz",
author_email=("[email protected]"),
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/ma5_expert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

import logging
import sys
Expand Down

0 comments on commit 573e1c5

Please sign in to comment.