We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfab043 commit 43e9cc9Copy full SHA for 43e9cc9
3 files changed
LICENSE
@@ -1,3 +1,3 @@
1
-MIT License
+All rights reserved by the authors.
2
3
Copyright (c) 2025
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pyXenium"
7
-version = "0.2.0"
+version = "0.1.0"
8
description = "A toy Python package for analyzing 10x Xenium data."
9
readme = "README.md"
10
requires-python = ">=3.8"
src/pyXenium/_version.py
@@ -1 +1 @@
-__version__ = '0.1.1'
+__version__ = '0.1.0'
0 commit comments