We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0e0e7 commit add78dcCopy full SHA for add78dc
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "psfmachine"
3
-version = "0.1.0"
+version = "1.0.0"
4
description = "Tool to perform fast PSF photometry of primary and background targets from Kepler/K2 Target Pixel Files"
5
authors = ["Christina Hedges <christina.l.hedges@nasa.gov>",
6
"Jorge Martinez-Palomera <jorgemarpa@ug.uchile.cl>"]
src/psfmachine/version.py
@@ -1,3 +1,3 @@
# It is important to store the version number in a separate file
# so that we can read it from setup.py without importing the package
-__version__ = "0.1"
+__version__ = "1.0.0"
0 commit comments