Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version to v1.2.1 #18

Merged
merged 12 commits into from
Apr 22, 2023
Prev Previous commit
Next Next commit
up version, change sha and add dep
valeriupredoi committed Apr 20, 2023
commit 885082156fe7f751c8be98c6373029a269ea9ac3
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "requirements-detector" %}
{% set version = "1.1.0" %}
{% set sha256 = "246bd23867c12061eadb346a6fe2e616f0b64e681936154a76c494a27cda3ea8" %}
{% set version = "1.2.1" %}
{% set sha256 = "3c3f2eaf40f86337b07826be65ee2a413a6337da2484a887523c816a921f04b6" %}

package:
name: {{ name|lower }}
@@ -25,7 +25,7 @@ requirements:
- setuptools
- astroid >=2.0
- packaging >=21.3
- poetry
- semver
- toml >=0.10.2

test:
@@ -41,3 +41,4 @@ about:
extra:
recipe-maintainers:
- jakirkham
- valeriupredoi