Skip to content

Commit ea65cdc

Browse files
committed
v3.17.0
1 parent e216064 commit ea65cdc

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎conda/meta.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "neqsim" %}
2-
{% set version = "3.16.0" %}
2+
{% set version = "3.17.0" %}
33

44
package:
55
name: {{ name|lower }}

‎environment.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
# Install neqsim from PyPI until conda-forge package is available
2020
- pip
2121
- pip:
22-
- neqsim==3.16.0
22+
- neqsim==3.17.0

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neqsim"
3-
version = "3.16.0"
3+
version = "3.17.0"
44
description = "NeqSim is a tool for thermodynamic and process calculations"
55
authors = [{ name = "Even Solbraa", email = "esolbraa@gmail.com" }]
66
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)