Skip to content

Commit

Permalink
Bump version and minor update in release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaladh-singhal committed Aug 30, 2024
1 parent 94c00c5 commit d2018de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/development/new-release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
python -m build
```
- Check it: `ls dist` should show two files a `.tar.gz` file and a `.whl` file
and both file names should contain correct version number that you intend to
release.
5. _Optional_ - At this point you could do an optional test installation ([see below](#optional-test-installation))
6. Upload to PYPI
1. _One-time-only auth setup:_ Login to pypi and then in your account settings, go to the API tokens section and select "Add API token". Give it any name and select scope to project:firefly-client and create token. To save this token for later uses, make sure to create a `$HOME/.pypirc` file (or update it if you already have it) with the following:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "firefly_client"
version = "3.0.2"
version = "3.1.0"
description = "Python API for Firefly: display astronomical data as tables, images, charts, and more!"
authors = [
{name = "IPAC LSST SUIT"}
Expand Down

0 comments on commit d2018de

Please sign in to comment.