Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victoraalves committed Aug 31, 2023
1 parent 2f12dee commit 7433d3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.4.0" %}
{% set version = "1.4.1" %}

package:
name: opyrability
Expand All @@ -9,7 +9,7 @@ source:
git_rev: {{ version }}

build:
script: {{ PYTHON}} -m pip install . -vv
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
host:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "opyrability"
version = "1.4.0"
version = "1.4.1"
description = "Process operability analysis in Python"
authors = ["Victor Alves"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup_kwargs = {
'name': 'opyrability',
'version': '1.4.0',
'version': '1.4.1',
'description': 'Process operability analysis in Python',
'author': 'Victor Alves',
'author_email': 'None',
Expand Down

0 comments on commit 7433d3e

Please sign in to comment.