From 37062e5738a1ebde3ddf5ba1c10028f6c3fceec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Sat, 12 Sep 2020 23:01:35 +0700 Subject: [PATCH] Bump version 1.3.0 --- pyproject.toml | 2 +- tests/test_single_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee0310e..6abf3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "single-version" -version = "1.2.2" +version = "1.3.0" description = "Small utility to define version string for Poetry-style Python project." authors = ["Nguyễn Hồng Quân "] maintainers = [ diff --git a/tests/test_single_version.py b/tests/test_single_version.py index f7524d6..d6e65fa 100644 --- a/tests/test_single_version.py +++ b/tests/test_single_version.py @@ -3,7 +3,7 @@ def test_version(): - assert __version__ == '1.2.2' + assert __version__ == '1.3.0' def test_version_regex():