From e78b9d88a0a82840fda35cea7c9f7e668e17c2c2 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Tue, 7 Jan 2025 21:04:29 +0530 Subject: [PATCH] Bump federatedcode to v0.1.0 Signed-off-by: Keshav Priyadarshi --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2f14c6e..7285ae8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = federatedcode -version=0.0.1 +version=0.1.0 license = Apache-2.0 # description must be on ONE line https://github.com/pypa/setuptools/issues/1390