Skip to content

Commit

Permalink
update package version in files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Baines committed Dec 16, 2024
1 parent 0cb69c8 commit 843f806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pastasoss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.0"
__version__ = "1.2.1"

from .soss_traces import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pastasoss"
description = "My package description"
description = "Tool to predict the spectral traces for any NIRISS/SOSS observation"
readme = "README.md"
authors = [{ name = "Tyler Baines", email = "[email protected]" }]
requires-python = ">=3.10"
Expand Down

0 comments on commit 843f806

Please sign in to comment.