Skip to content

Commit 635d125

Browse files
committed
v1.0.0-post1
1 parent 4f393f3 commit 635d125

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

canirun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .api import AnalysisResult, canirun
22
from .enum import COMPATIBILITY
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.0-post1"
55

66

77
__all__ = ["COMPATIBILITY", "canirun", "AnalysisResult"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "canirun"
3-
version = "1.0.0"
3+
version = "1.0.0-post1"
44
description = "Check if you can run a Hugging Face model locally."
55
readme = "README.md"
66
authors = [{ name = "Varun Agnihotri", email = "hello@pythonicvarun.me" }]

0 commit comments

Comments
 (0)