Skip to content

Commit

Permalink
add notebook, contributers
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Sep 15, 2024
1 parent 78d6aa3 commit ac3d76d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions grasp2alm/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# -*- encoding: utf-8 -*-

__author__ = "Yusuke Takase"
__author__ = [
"Yusuke Takase <[email protected]>",
"Matteo Baratto <[email protected]>",
"Maurizio Tomasi <[email protected]>",
"Yuya Nagano <[email protected]>",
]
__original_url__ = "https://github.com/zonca/planck-levelS/tree/master/Beam"
__version__ = "0.1.1"
__version__ = "0.1.2"
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

[tool.poetry]
name = "grasp2alm"
version = "0.1.1"
version = "0.1.2"
description = "Package supporting conversion from GRASP beam format to spherical harmonic coefficients for CMB experiments, conversion to expansion coefficients for spherical harmonics, etc."
authors = ["yusuke-takase <[email protected]>"]
authors = [
"Yusuke Takase <[email protected]>",
"Matteo Baratto <[email protected]>",
"Maurizio Tomasi <[email protected]>",
"Yuya Nagano <[email protected]>",
]
license = "GPL3"
readme = "README.md"
documentation = "https://yusuke-takase.github.io/grasp2alm/"
Expand Down

0 comments on commit ac3d76d

Please sign in to comment.