Skip to content

Commit

Permalink
Version bump: 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnelsonchem committed Apr 26, 2023
1 parent 233852f commit fd23f32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1" %}
{% set version = "0.10.0" %}

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

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

build:
noarch: python
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Ryan Nelson'

# The full version, including alpha/beta/rc tags
release = '0.9.1'
release = '0.10.0'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -52,4 +52,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
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.1"
version = "0.10.0"

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

0 comments on commit fd23f32

Please sign in to comment.