Skip to content

Commit

Permalink
update version to 4.7.0 for release and update metadata (supported Py…
Browse files Browse the repository at this point in the history
…thon version)
  • Loading branch information
sshiraiwa committed Aug 8, 2024
1 parent 55f96b9 commit 49d870b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mfem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def debug_print(message):

print(message)

__version__ = '4.7.0rc6'
__version__ = '4.7.0'

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,14 @@ def read_mfem_tplflags(prefix):
'long_description_content_type': "text/markdown",
'url': 'http://mfem.org',
'download_url': 'https://github.com/mfem',
'classifiers': ['Development Status :: 4 - Beta',
'classifiers': ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Scientific/Engineering :: Physics',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', ],
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', ],
'keywords': [k for k in keywords.split('\n') if k],
'platforms': [p for p in platforms.split('\n') if p],
'license': 'BSD-3',
Expand Down

0 comments on commit 49d870b

Please sign in to comment.