Skip to content

Commit 6bbe8d1

Browse files
committed
Release v0.2.2
1 parent 4c2bfa1 commit 6bbe8d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires = [
1111
name = "fftlog"
1212
description = "A python wrapper for FFTLog"
1313
readme = "README.rst"
14-
version = "0.2.2dev1" # also in __init__.py
14+
version = "0.2.2" # also in __init__.py
1515
authors = [
1616
{name = "The emsig community", email = "[email protected]"},
1717
]
@@ -40,4 +40,4 @@ all = [
4040
]
4141

4242
[project.urls]
43-
Repository = "https://github.com/prisae/fftlog"
43+
Repository = "https://github.com/emsig/fftlog"

src/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__all__ = ['fhti', 'fftl', 'fht', 'fhtq']
44

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

0 commit comments

Comments
 (0)