Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Dec 29, 2023
1 parent 303eed0 commit 663ad48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='amplicon_coverage_inspector',
version='1.0.20231222',
version='1.2.20231229',
author='Erin Young',
author_email='eriny@utah.gov',
url="https://github.com/erinyoung/ACI",
Expand All @@ -27,12 +27,12 @@
"coverage",
"visualization",
],
python_requires=">=3.7, <4",
python_requires=">=3.8, <4",
install_requires=[
"pandas>=2.1.4",
"pysam>=0.22.0",
"matplotlib>=3.8.2",
"numpy>=1.26.2",
"pandas",
"pysam",
"matplotlib",
"numpy",
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 663ad48

Please sign in to comment.