Skip to content

Commit

Permalink
Fixed setup.py to link to *static* libomp.a when building on macOS; b…
Browse files Browse the repository at this point in the history
…umped version number to 1.0.1
  • Loading branch information
perwin committed Jul 23, 2024
1 parent 1695db0 commit 16857a6
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 132 deletions.
2 changes: 1 addition & 1 deletion conda/rattler_setup/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# recipe file for use by rattler-config in building conda packages for pyimfit

context:
version: 1.0.0
version: 1.0.1

package:
name: pyimfit
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyimfit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
imageFunctionList = get_function_list()
imageFunctionDict = get_function_dict()

__version__ = "1.0.0"
__version__ = "1.0.1"
Loading

0 comments on commit 16857a6

Please sign in to comment.