Skip to content

Commit

Permalink
Last bit for release 2.12.1
Browse files Browse the repository at this point in the history
- fixing pypi manifest for CMake.
- updating numpy dependecy for pip, numpy>=1.22.1.
- incrementing minor release number.
  • Loading branch information
julesghub committed Feb 2, 2022
1 parent 632ff53 commit 4114b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ recursive-include underworld *cpp
recursive-include underworld *h
recursive-include underworld *hpp
recursive-include underworld *py
recursive-include underworld SCon*
recursive-include underworld CMakeLists*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def extend_cmake_prefix_path(path: str) -> None:
metadata = {
'provides' : ['underworld'],
'zip_safe' : False,
'install_requires' : ['numpy','mpi4py>=1.2.2', 'h5py', 'pint']
'install_requires' : ['numpy>=1.22.1','mpi4py>=1.2.2', 'h5py', 'pint']
}
classifiers = """
Development Status :: 5 - Production/Stable
Expand Down
2 changes: 1 addition & 1 deletion underworld/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.12.0b"
__version__ = "2.12.1b"

0 comments on commit 4114b60

Please sign in to comment.