From b1a8f07294124f94a4b7a1b8d2d6d5e700a28836 Mon Sep 17 00:00:00 2001 From: nilomr Date: Mon, 20 Feb 2023 22:26:03 +0000 Subject: [PATCH] bump to v0.1.3 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11b7e10..efb0870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,14 @@ build-backend = "flit_core.buildapi" [project] name = "pykanto" description = "A library for managing and analysing animal vocalisation data." -version = "0.1.2" +version = "0.1.3" authors = [{ name = "Nilo M. Recalde", email = "nilomerinorecalde@gmail.com" }] classifiers = [ 'License :: OSI Approved :: MIT License', 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ] requires-python = ">=3.8" readme = "README.md"