From 488ce25faefa9e0ea25160bf14c1a851246abd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 12 Aug 2023 11:05:44 +0200 Subject: [PATCH] REL: prep release 1.3.1 --- cmyt/__init__.py | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cmyt/__init__.py b/cmyt/__init__.py index 5837727..fb55650 100644 --- a/cmyt/__init__.py +++ b/cmyt/__init__.py @@ -1,3 +1,3 @@ from .cm import * -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index 3e69c9e..7a30001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ classifiers = [ "Operating System :: POSIX :: AIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering :: Visualization", "Typing :: Typed", ]