From 40f2a072e750f8653035d3e34c9ebaf634783a32 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Tue, 9 Jan 2024 13:31:52 +0100 Subject: [PATCH] Drop version tag in setup.cfg Signed-off-by: Johannes Mueller --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f7770cd7..cb2ce3e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,6 @@ name = torchphysics description = PyTorch implementation of Deep Learning methods to solve differential equations author = Nick Heilenkötter, Tom Freudenberg -version = 1.0.2rc1 author_email = nick7@uni-bremen.de, tomfre@uni-bremen.de license = Apache-2.0 long_description = file: README.rst