From ffe10977dcb9fa4e88d213c0b56c0f9398847d95 Mon Sep 17 00:00:00 2001 From: Katy Brown Date: Mon, 15 Jan 2024 12:33:29 +0000 Subject: [PATCH] updated init.py version.py --- plot_phylo/__init__.py | 4 ++++ plot_phylo/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plot_phylo/__init__.py b/plot_phylo/__init__.py index e69de29..4e36d55 100644 --- a/plot_phylo/__init__.py +++ b/plot_phylo/__init__.py @@ -0,0 +1,4 @@ +from plot_phylo.plot_phylo import * + +__version__ = "0.1.3" +__author__ = 'Katy Brown, Duncan Cross' diff --git a/plot_phylo/_version.py b/plot_phylo/_version.py index 3dc1f76..ae73625 100644 --- a/plot_phylo/_version.py +++ b/plot_phylo/_version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.3"