Skip to content

Commit

Permalink
Merge pull request #184 from conda-forge-admin/conda_forge_admin_183
Browse files Browse the repository at this point in the history
ENH: update package version
  • Loading branch information
zaneselvans authored Sep 17, 2024
2 parents faeae16 + fd207da commit 073b819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "arelle-release" %}
{% set version = "2.31.0" %}
{% set version = "2.31.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 0804d38206c59fbe94ea6825e5bda4f8a205dbcdd1bed448525d7c0c0df5b735
sha256: 13e04e23d35b2f2aca52c9c2032f3445e7f4e27f318a2c8ea55839892a02c76f

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0
entry_points:
- arelleCmdLine = arelle.CntlrCmdLine:main
- arelleGUI = arelle.CntlrWinMain:main
Expand Down

1 comment on commit 073b819

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.