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

camelot-py v0.11.0 #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.10.1" %}
{% set version = "0.11.0" %}

package:
name: camelot-py
version: {{ version }}

source:
url: https://github.com/camelot-dev/camelot/archive/v{{ version }}.tar.gz
sha256: 4262ad5cfcf45d0c99097e24a58125337bf399ff752df1c80325ec87be1f3906
sha256: 7a019a53cd331a4e864142f1330980367314ff97452267c45c5d185e7774debf

build:
noarch: python
Expand Down