Skip to content

Commit 807d969

Browse files
authored
Merge pull request #71 from pshriwise/v0.2.0
v0.2.0 release
2 parents e9fda60 + 831412d commit 807d969

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
kwargs = {
44
'name': 'openmc-plotter',
5-
'version': '0.1.1',
5+
'version': '0.2.0',
66
'packages': ['openmc_plotter'],
77
'package_data': {'openmc_plotter' : ['assets/*.png']},
88
'entry_points': {
@@ -13,7 +13,7 @@
1313

1414
# Metadata
1515
'author': 'OpenMC Development Team',
16-
'author_email': 'openmc[email protected]',
16+
'author_email': 'openmc@anl.gov',
1717
'description': 'Plotting tool for OpenMC models and tally data',
1818
'url': 'https://github.com/openmc-dev/plotter',
1919
'download_url': 'https://github.com/openmc-dev/plotter',
@@ -32,6 +32,8 @@
3232
'Programming Language :: Python :: 3.6',
3333
'Programming Language :: Python :: 3.7',
3434
'Programming Language :: Python :: 3.8',
35+
'Programming Language :: Python :: 3.9',
36+
'Programming Language :: Python :: 3.10',
3537
],
3638

3739
# Dependencies

0 commit comments

Comments
 (0)