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 a6c4cea commit 107f921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
python:
- 3.8
- 3.9
#- 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.19
#- 1.20
#- 1.21
#- 1.22
- 1.23

pin_run_as_build:
Expand Down
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.9"
__version__ = "1.3.10"

import numpy as _np

Expand Down

0 comments on commit 107f921

Please sign in to comment.