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 = "pyproject2conda" %}
{% set version = "0.23.0" %}
{% set version = "0.23.1" %}
{% set python_min = "3.10" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pyproject2conda-{{ version }}.tar.gz
sha256: 50afc13e1066c756fe24fd195bae0d2534173592073d11833699b8d166be9736
sha256: 94b00f9f67c55a8db5b0d58e8359dd1ec1765e8033bc1b64d87b412dd8eb8590

build:
entry_points:
Expand Down