Skip to content

Commit 6b7fc9a

Browse files
committed
release 0.1.0
1 parent b6ba639 commit 6b7fc9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Set up Python 3.10
2121
run: uv python install python3.10
2222
- name: Install the project
23-
run: uv sync --dev --locked
23+
run: uv sync --dev --frozen
2424
- name: Run tests
2525
run: uv run tox

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "types-scipy-sparse"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Type hints for scipy sparse module"
55
authors = [{ name = "Barak A. Katzir", email = "barakatzir@gmail.com" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)