Skip to content

Commit 02b3613

Browse files
Merge pull request #43 from PhangsTeam/1p0
Bump to v1.0!
2 parents edeeb90 + 72f8894 commit 02b3613

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.10.2 (Unreleased)
2-
===================
1+
1.0.0 (2023-12-01)
2+
==================
33

44
- Added documentation
55
- Ensure ``multi_tile_destripe_step`` is properly imported in the pipeline

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
project = 'pjpipe'
2020
copyright = '2023, PHANGS Team'
2121
author = 'PHANGS Team'
22-
release = '0.10.1'
23-
version = '0.10.1'
22+
release = '1.0.0'
23+
version = '1.0.0'
2424

2525
# -- General configuration ---------------------------------------------------
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "pjpipe"
4-
version = "0.10.1"
4+
version = "1.0.0"
55
description = "JWST Pipeline Wrapper for Nearby Galaxies"
66
readme = "README.md"
77
requires-python = ">=3.9"
@@ -18,7 +18,7 @@ classifiers = [
1818
# 3 - Alpha
1919
# 4 - Beta
2020
# 5 - Production/Stable
21-
"Development Status :: 3 - Alpha",
21+
"Development Status :: 5 - Production/Stable",
2222

2323
# License
2424
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",

0 commit comments

Comments
 (0)