Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Dec 30, 2024
1 parent 4c2bfa1 commit 6bbe8d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = [
name = "fftlog"
description = "A python wrapper for FFTLog"
readme = "README.rst"
version = "0.2.2dev1" # also in __init__.py
version = "0.2.2" # also in __init__.py
authors = [
{name = "The emsig community", email = "[email protected]"},
]
Expand Down Expand Up @@ -40,4 +40,4 @@ all = [
]

[project.urls]
Repository = "https://github.com/prisae/fftlog"
Repository = "https://github.com/emsig/fftlog"
4 changes: 2 additions & 2 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
__all__ = ['fhti', 'fftl', 'fht', 'fhtq']

# Version
# Not currently using setuptools_scm, as in pyfftlog, because of numpy-setup.
# Not currently using setuptools_scm, as in pyfftlog, because of meson-setup.
# Has to be adjusted in pyproject.toml too!
__version__ = '0.2.2dev1'
__version__ = '0.2.2'

0 comments on commit 6bbe8d1

Please sign in to comment.