Skip to content

Commit ef1b7aa

Browse files
authored
EDR3 crossmatch update
1 parent c885228 commit ef1b7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="Sagitta",
12-
version="1.0",
12+
version="1.1",
1313
author="Aidan McBride, Ryan Lingg, Marina Kounkel, Kevin Covey, Brian Hutchinson",
1414
author_email="marina.kounkel@wwu.edu, mcbrida5@wwu.edu, linggr@wwu.edu",
1515
description="A neural network based pipeline to identify pre-main sequence stars and estimate their ages.",
@@ -29,4 +29,4 @@
2929
install_requires=['numpy','torch','astropy','astroquery','pandas','galpy'],
3030
entry_points={'console_scripts': ['sagitta=sagitta.sagitta:main']},
3131
python_requires='>=3.6',
32-
)
32+
)

0 commit comments

Comments
 (0)