From 9ddd60cc0c891a2950d0b554d90675025ebde12d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:39:12 +0000 Subject: [PATCH] style: pre-commit fixes --- README.md | 3 ++- src/ocpaper231/__init__.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17a5ab3..b14ee0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Plots for papers -This repository (in particular the `notebooks` subfolder) contains code for the plots in our paper and presentations. +This repository (in particular the `notebooks` subfolder) contains code for the +plots in our paper and presentations. diff --git a/src/ocpaper231/__init__.py b/src/ocpaper231/__init__.py index 4ea7c65..58fcff0 100644 --- a/src/ocpaper231/__init__.py +++ b/src/ocpaper231/__init__.py @@ -4,7 +4,6 @@ ocpaper231: Paper for OC in mid 2023 """ - __version__ = "0.1.0" __all__ = ("__version__",)