From 020fd7921c61229deaed3c0a100bd9a35876cc39 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 25 Aug 2022 22:41:40 +0200 Subject: [PATCH] bump version, add py3.10 --- contique/__about__.py | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contique/__about__.py b/contique/__about__.py index 74acd0e..3cb7d95 100644 --- a/contique/__about__.py +++ b/contique/__about__.py @@ -1 +1 @@ -__version__ = "0.1.12" +__version__ = "0.1.13" diff --git a/setup.cfg b/setup.cfg index 9429096..4ccc855 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = contique -version = 0.1.12 +version = 0.1.13 author = Andreas Dutzler author_email = a.dutzler@gmail.com description = Numerical continuation of nonlinear equilibrium equations @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Mathematics