From 6f2647238ab4f3eccc347a0ea1e1150bdcd55d38 Mon Sep 17 00:00:00 2001 From: Philip Loche Date: Thu, 5 Dec 2024 19:13:42 +0100 Subject: [PATCH] Release version 0.1.0 --- README.rst | 2 +- src/torchpme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ab0e7f6d..073185d0 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ torch-pme ========= -.. image:: docs/src/logo/torch-pme.svg +.. image:: https://raw.githubusercontent.com/lab-cosmo/torch-pme/refs/heads/main/docs/src/logo/torch-pme.svg :width: 200 px :align: left diff --git a/src/torchpme/__init__.py b/src/torchpme/__init__.py index bb5b26bb..9b7401fa 100644 --- a/src/torchpme/__init__.py +++ b/src/torchpme/__init__.py @@ -24,4 +24,4 @@ "SplinePotential", "CombinedPotential", ] -__version__ = "0.1.0rc3" +__version__ = "0.1.0"