Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 7d7a08c

Browse files
committed
version: bump version number
1 parent 006d906 commit 7d7a08c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: [--fix]
3030
- id: ruff-format
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.18.2
32+
rev: v1.19.1
3333
hooks:
3434
- id: mypy
3535
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
3838
httpx==0.28.1,
3939
types-aiofiles==24.1.0.20250822,
4040
types-passlib==1.7.7.20250602,
41-
pydantic==2.11.9,
41+
pydantic==2.12.5,
4242
]
4343
- repo: local
4444
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyasic"
3-
version = "0.78.1"
3+
version = "0.78.2"
44

55
description = "A simplified and standardized interface for Bitcoin ASICs."
66
authors = [{name = "UpstreamData", email = "brett@upstreamdata.ca"}]

0 commit comments

Comments
 (0)