Skip to content

Commit

Permalink
packing 0.5.1
Browse files Browse the repository at this point in the history
fix: Unwrap final score for display
chore(ci): Remove azure pipeline script
fix: Raise result error to main function
chore(deps): Update Cargo.lock
  • Loading branch information
malramsay64 committed Nov 28, 2019
1 parent 7719e24 commit 32d9fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "packing"
version = "0.5.0"
version = "0.5.1"
authors = ["Malcolm Ramsay <malramsay64@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.5.0" %}
{% set version = "0.5.1" %}

package:
name: packing
Expand Down

0 comments on commit 32d9fd4

Please sign in to comment.