Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid committed Aug 24, 2016
1 parent 826d86b commit 0726f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "gurobi"
version = "0.1.8"
version = "0.2.0"
authors = ["Yusuke Sasaki <y_sasaki@nuem.nagoya-u.ac.jp>"]
description = "An unofficial Rust API for Gurobi optimizer"
license = "MIT"
homepage = "https://github.com/ys-nuem/rust-gurobi"
repository = "https://github.com/ys-nuem/rust-gurobi.git"
documentation = "https://ys-nuem.github.io/rust-gurobi/doc/gurobi/index.html"
documentation = "https://ys-nuem.github.io/rust-gurobi/v0.2.0/gurobi/index.html"

[dependencies]
itertools = "0.4.18"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ doc:

publish: gh-pages | doc
cd gh-pages && git add .
cd gh-pages && git commit --amend -m "update doc"
cd gh-pages && git commit -m "update doc (tag: $(TAG))"
cd gh-pages && git push -f origin gh-pages

0 comments on commit 0726f67

Please sign in to comment.