Skip to content

Commit

Permalink
Package version pre-submission 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gpitt71 committed Mar 1, 2023
1 parent 0f13dac commit 2d25c98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gemact.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
Author-email: [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion gemact/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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."


Expand Down

0 comments on commit 2d25c98

Please sign in to comment.