Skip to content

Commit

Permalink
Updated Python and Rust package version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
nayuki committed Nov 2, 2018
1 parent 2cfcd5e commit 86149fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setuptools.setup(
name = "qrcodegen",
description = "High quality QR Code generator library for Python 2 and 3",
version = "1.3.0",
version = "1.4.0",
platforms = "OS Independent",
license = "MIT License",

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qrcodegen"
version = "1.3.1"
version = "1.4.0"
authors = ["Project Nayuki"]
description = "High-quality QR Code generator library"
homepage = "https://www.nayuki.io/page/qr-code-generator-library"
Expand Down

0 comments on commit 86149fa

Please sign in to comment.