Skip to content

Commit add78dc

Browse files
ChristinaChristina
authored andcommitted
updating version
1 parent 3f0e0e7 commit add78dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "psfmachine"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Tool to perform fast PSF photometry of primary and background targets from Kepler/K2 Target Pixel Files"
55
authors = ["Christina Hedges <christina.l.hedges@nasa.gov>",
66
"Jorge Martinez-Palomera <jorgemarpa@ug.uchile.cl>"]

src/psfmachine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# It is important to store the version number in a separate file
22
# so that we can read it from setup.py without importing the package
3-
__version__ = "0.1"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)