Skip to content

Commit

Permalink
Release 0.1.0 (#247)
Browse files Browse the repository at this point in the history
* Release 0.1.0

* Rerun CI

* Rerun CI

* Revert package version updates
  • Loading branch information
jrbourbeau committed Aug 18, 2022
1 parent 82d6b21 commit 3020616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "coiled-runtime" %}
{% set version = "0.1.0" + environ.get("VERSION_SUFFIX", '') %}
{% set version = "0.1.1" + environ.get("VERSION_SUFFIX", '') %}
{% set dask_version = environ.get("DASK_VERSION", "2022.6.0") %}
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.6.0") %}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_requirements():

setup(
name="coiled-runtime",
version="0.0.4",
version="0.1.0",
description="Simple and fast way to get started with Dask",
url="https://github.com/coiled/coiled-runtime",
license="BSD",
Expand Down

0 comments on commit 3020616

Please sign in to comment.