Skip to content

Commit 1f4b838

Browse files
committed
chore: release v1.0.1
1 parent 2a66796 commit 1f4b838

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
pynergy-protocol = python.pkgs.buildPythonPackage {
1818
pname = "pynergy-protocol";
19-
version = "1.0.0";
19+
version = "1.0.1";
2020
src = ./packages/pynergy_protocol;
2121
format = "pyproject";
2222
nativeBuildInputs = with python.pkgs; [ hatchling ];

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pynergy"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Pynergy monorepo workspace"
55
requires-python = ">=3.13"
66
dependencies = []

0 commit comments

Comments
 (0)