Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "datajoint" %}
{% set version = "2.1.0" %}
{% set version = "2.1.1" %}
{% set python_min = "3.10" %}

package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: df93441640d86215bc8276b8cc8852f3dd55430588bd89689c82de36be0e2f11
sha256: db2965db3a5d82a7c01084ea5cc773867e421288a37feb227affee37b2a40702

build:
noarch: python
Expand Down