From 55c27d8a614a67d7bb4c9e415cca6be4d8c130b9 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 29 Nov 2022 12:35:40 -0600 Subject: [PATCH] REL: Release Version 1.0.0 --- pytorch_logit_logic/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_logit_logic/__meta__.py b/pytorch_logit_logic/__meta__.py index 3cae5d9..fed02ba 100644 --- a/pytorch_logit_logic/__meta__.py +++ b/pytorch_logit_logic/__meta__.py @@ -1,6 +1,6 @@ name = "pytorch-logit-logic" path = name.lower().replace("-", "_").replace(" ", "_") -version = "0.1.dev0" +version = "1.0.0" author = "Scott C. Lowe" author_email = "scottclowe@gmail.com" description = "Logit-space logical activation functions for pytorch"