Skip to content

Commit f83fa42

Browse files
committed
version 1.0.0, ready for PyPI
1 parent ec8f719 commit f83fa42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

._pyproject.toml

4 KB
Binary file not shown.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project = "Sobolev Alignment"
1818
copyright = "2023, Soufiane Mourragui"
1919
author = "Soufiane Mourragui"
20-
release = "0.4.1"
20+
release = "1.0.0"
2121

2222
bibtex_bibfiles = []
2323
templates_path = ["_templates"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["hatchling"]
55

66
[project]
77
name = "sobolev_alignment"
8-
version = "0.4.1"
8+
version = "1.0.0"
99
description = "Sobolev alignment of deep probabilistic models for comparing single cell profiles"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="sobolev_alignment",
8-
version="0.4.1",
8+
version="1.0.0",
99
author="Soufiane Mourragui <soufiane.mourragui@gmail.com>, ",
1010
author_email="soufiane.mourragui@gmail.com",
1111
description="SOBOLEV ALIGNMENT",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
# url="https://github.com/NKI-CCB/sobolev_alignment",
14+
url="https://github.com/NKI-CCB/sobolev_alignment",
1515
packages=setuptools.find_packages(),
1616
install_requires=[
1717
"numpy",

0 commit comments

Comments
 (0)