From 0f4fceea87cfd4eae6336f74b85ac6a3a3d0d781 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:52:38 +0900 Subject: [PATCH] release v0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce4c5e7..a141649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pysphinx" -version = "0.0.1" +version = "0.0.2" description = "Sphinx packet implementation for mix networks" authors = [{ name = "Youngjoon Lee", email = "taxihighway@gmail.com" }] maintainers = [{ name = "Youngjoon Lee", email = "taxihighway@gmail.com" }]