From 831412d774b0e129a3af6afc8b1cf2febfb2d6c9 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 3 Mar 2022 11:58:22 -0600 Subject: [PATCH] Bump version number and metadata for release --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6e04f8d..e1effdf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ kwargs = { 'name': 'openmc-plotter', - 'version': '0.1.1', + 'version': '0.2.0', 'packages': ['openmc_plotter'], 'package_data': {'openmc_plotter' : ['assets/*.png']}, 'entry_points': { @@ -13,7 +13,7 @@ # Metadata 'author': 'OpenMC Development Team', - 'author_email': 'openmc-users@googlegroups.com', + 'author_email': 'openmc@anl.gov', 'description': 'Plotting tool for OpenMC models and tally data', 'url': 'https://github.com/openmc-dev/plotter', 'download_url': 'https://github.com/openmc-dev/plotter', @@ -32,6 +32,8 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], # Dependencies