From 86149fa1b2b1e3e78ce723ab41aa82bd5a1e885f Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Fri, 2 Nov 2018 00:40:17 +0000 Subject: [PATCH] Updated Python and Rust package version number. --- python/setup.py | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index c67d31c..f4a6db1 100644 --- a/python/setup.py +++ b/python/setup.py @@ -27,7 +27,7 @@ import setuptools 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", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c01d154..d98c4bb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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"