We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87be1a commit f39096aCopy full SHA for f39096a
pixi.toml
@@ -3,7 +3,7 @@ name = "Utama-Core"
3
channels = ["https://prefix.dev/conda-forge"]
4
platforms = ["linux-64", "osx-arm64"]
5
preview = ["pixi-build"]
6
-version = "1.11.0"
+version = "1.11.1"
7
8
[pypi-dependencies]
9
lenses = ">=1.2.0"
@@ -28,7 +28,7 @@ rich = ">=14.2.0,<15"
28
29
[package]
30
name = "Utama-Core"
31
32
33
[package.build]
34
backend = { name = "pixi-build-python", version = "*" }
utama_core/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.11.0"
+__version__ = "1.11.1"
0 commit comments