Skip to content

Commit

Permalink
Merge pull request #71 from pshriwise/v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0 release
  • Loading branch information
paulromano authored Mar 3, 2022
2 parents e9fda60 + 831412d commit 807d969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand All @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 807d969

Please sign in to comment.