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