Skip to content

Commit 43e9cc9

Browse files
committed
add new feature
1 parent bfab043 commit 43e9cc9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
MIT License
1+
All rights reserved by the authors.
22

33
Copyright (c) 2025

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyXenium"
7-
version = "0.2.0"
7+
version = "0.1.0"
88
description = "A toy Python package for analyzing 10x Xenium data."
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/pyXenium/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)