Skip to content

Commit

Permalink
Prepare the 0.1.0 release. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Dec 23, 2024
1 parent c3bf38e commit 5b9dc2d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
- name: "Linux Python 3.9"
os: "ubuntu-24.04"
python-version: "3.9"
- name: "Linux Python 3.10"
os: "ubuntu-24.04"
python-version: "3.10"
- name: "Linux Python 3.11"
os: "ubuntu-24.04"
python-version: "3.11"
- name: "Linux Python 3.12"
os: "ubuntu-24.04"
python-version: "3.12"
- name: "Linux Python 3.13"
os: "ubuntu-24.04"
python-version: "3.13"
Expand Down
4 changes: 2 additions & 2 deletions python/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# insta-science

## 0.1.0.dev0
## 0.1.0

Prime release channel (will be deleted).
Initial release.

2 changes: 1 addition & 1 deletion python/insta_science/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Science project contributors.
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = "0.1.0.dev0"
__version__ = "0.1.0"

0 comments on commit 5b9dc2d

Please sign in to comment.