From caf1c5729a0980d1efcf0c3dce4b67e90173e8d8 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Tue, 5 Mar 2024 21:50:35 +0200 Subject: [PATCH] docs: bump version to 0.1.7 --- CITATION.cff | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index dab8c34..e0c5ec7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: given-names: "Jeroen" orcid: "https://orcid.org/0000-0003-4480-5567" title: "InstaNovo" -version: 0.1.6 +version: 0.1.7 doi: 10.1101/2023.08.30.555055 date-released: 2023-09-01 url: "https://github.com/instadeepai/instanovo" diff --git a/setup.py b/setup.py index 2173be8..4442309 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import setuptools from setuptools import setup -__version__ = "0.1.6" +__version__ = "0.1.7" def read_requirements(file: str) -> list[str]: