Skip to content

Commit

Permalink
Version bump, v0.9.1
Browse files Browse the repository at this point in the history
Updated pyproject.toml and meta.yaml for new packages

This update improves the doc strings, and also converts the helper classes into individual functions.
  • Loading branch information
rnelsonchem committed Apr 12, 2023
1 parent 0c843ec commit 7c61532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "costcalc2" %}
{% set version = "0.9.0" %}
{% set version = "0.9.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/costcalc2-{{ version }}.tar.gz
sha256: 679653e35ceb848df4150c3329b79b3bc61e82a49448cabe77071e469f216dbc
sha256: b7cb1ca6bce5aa3ab44265440cd6eae8d0691fd31f2cec080c071ed8de8d311d

build:
noarch: python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "costcalc2"
version = "0.9.0"
version = "0.9.1"

description = "Calculate raw material costs for chemical synthetic route"
keywords = [ "Chemical", "Synthesis", "Route", "Cost", "Pricing" ]
Expand Down

0 comments on commit 7c61532

Please sign in to comment.