Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel fogarty committed Jun 2, 2023
1 parent 80185ab commit 4826f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/usr/bin/env python

VER = "0.0.0"
VER = "0.1.0-alpha"

reqs = ["numpy","adc64format", "tqdm", "sklearn", "collections", "json", "time", "fire", "matplotlib", "pickle", "scipy", "h5py","os", "importlib"]

import setuptools

setuptools.setup(
name="LArNDLE",
name="rad_decay_finder_ndlar",
version=VER,
author="Sam Fogarty",
author_email="[email protected]",
description="Reconstruction software for low-energy events in ND-LAr prototypes",
url="https://github.com/sam-fogarty/LArNDLE",
url="https://github.com/sam-fogarty/rad_decay_finder_ndlar",
packages=setuptools.find_packages(),
scripts=["reco/reco.py"],
install_requires=reqs,
Expand Down

0 comments on commit 4826f7e

Please sign in to comment.