From 2d25c9820e7434523a02c44bc1361f57f04e594c Mon Sep 17 00:00:00 2001 From: gpitt71 <93520106+gpitt71@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:04:57 +0100 Subject: [PATCH] Package version pre-submission 1.0.1 --- gemact.egg-info/PKG-INFO | 4 ++-- gemact/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gemact.egg-info/PKG-INFO b/gemact.egg-info/PKG-INFO index 5bd40d5..c74b038 100644 --- a/gemact.egg-info/PKG-INFO +++ b/gemact.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gemact -Version: 0.3.4 +Version: 1.0.0 Summary: A comprehensive actuarial package for non-life (re)insurance. Home-page: https://gem-analytics.github.io/gemact/ Author: Gabriele Pittarello, Edoardo Luini @@ -8,7 +8,7 @@ Author-email: gabriele.pittarello@uniroma1.it License: BSD 3-Clause Project-URL: Source Code, https://github.com/gpitt71/gemact-code Platform: UNKNOWN -Classifier: Development Status :: 4 - Beta +Classifier: Development Status :: 5 - Production/Stable Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python Classifier: Operating System :: Unix diff --git a/gemact/__init__.py b/gemact/__init__.py index e7e317e..06d739e 100644 --- a/gemact/__init__.py +++ b/gemact/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" __doc__ = """GEMAct is an **actuarial package**, based on the collective risk theory framework, that offers actuarial scientists a comprehensive set of tools for diff --git a/setup.py b/setup.py index ef64a89..b7baba6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "1.0.0" +version = "1.0.1" short_description = "A comprehensive actuarial package for non-life (re)insurance."