Skip to content

Commit

Permalink
Merge pull request #428 from olemke/bump-version
Browse files Browse the repository at this point in the history
Post-release version bump to 0.11.0dev
  • Loading branch information
olemke authored Jul 5, 2024
2 parents 4871e36 + 0c24d56 commit 772047c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions conda/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set data = load_setup_py_data(setup_file='../../setup.py', from_recipe_dir=True) %}
{% set name = "typhon" %}
#{% set version = data['version'] %}
{% set version = "0.10.0" %}
{% set version = "0.11.0dev" %}
{% set dev_url = "https://github.com/atmtools/typhon" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: "https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
# url: "https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
# url: "https://test.pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
# url: https://github.com/atmtools/typhon/releases/download/{{ version }}/typhon-{{ version }}.tar.gz
# git_url: {{ dev_url }}.git
# git_depth: 1
git_url: {{ dev_url }}.git
git_depth: 1

build:
noarch: python
Expand Down
2 changes: 1 addition & 1 deletion typhon/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0dev

0 comments on commit 772047c

Please sign in to comment.