From 8a615f665b5f77def724e4a1b754f3cdc8760058 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 9 Aug 2023 14:10:46 -0700 Subject: [PATCH] Bump version from 0.1.2 to 0.1.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e0f418b..7c2908f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "entropylab" -version = "0.1.2" +version = "0.1.3" description = "" license = "BSD-3-Clause" authors = [ @@ -9,7 +9,7 @@ authors = [ "Gal Winer ", "Tal Shani " ] -packages = [{ include = "entropylab" }] +packages = [{include = "entropylab"}] exclude = ["**/tests/**"] readme = "README.md" homepage = "https://github.com/entropy-lab/entropy"