Skip to content

Commit

Permalink
Bump version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Sep 12, 2020
1 parent ede2e3e commit 37062e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <ng.hong.quan@gmail.com>"]
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_single_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_version():
assert __version__ == '1.2.2'
assert __version__ == '1.3.0'


def test_version_regex():
Expand Down

0 comments on commit 37062e5

Please sign in to comment.