Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Jun 29, 2023
1 parent 70b3855 commit a6c4cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
python:
- 3.7
- 3.8
- 3.9
- 3.10

numpy:
# 1.18 does not build with Python 3.9
- 1.19
- 1.20
- 1.21
- 1.22
- 1.23

pin_run_as_build:
numpy: x.x
2 changes: 1 addition & 1 deletion pysrc/xprec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
print(2 * x)
"""
__version__ = "1.3.8"
__version__ = "1.3.9"

import numpy as _np

Expand Down

0 comments on commit a6c4cea

Please sign in to comment.