Skip to content

Commit

Permalink
Builder changes for v13.0.2 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali authored Jul 8, 2024
1 parent de84488 commit 12b7d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pip install -e .
| 1.8.1 | 12.0.1 |
| 1.9.4 | 12.0.3 |
| 1.10.0 | 12.0.3 |
| 1.11.0 | 13.0.1 |
| 1.11.2 | 13.0.2 |

### Building a Collection of Packages
To build an entire integrated and functional conda channel using Open-CE, start by installing the needed tools in the [Requirements](#requirements) section above.
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "open-ce-builder" %}
{% set version = "13.0.1" %}
{% set version = "13.0.2" %}

package:
name: {{ name }}
Expand Down
2 changes: 1 addition & 1 deletion open_ce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
# *****************************************************************
"""
__version__ = "13.0.1"
__version__ = "13.0.2"

0 comments on commit 12b7d7f

Please sign in to comment.