Skip to content

Commit

Permalink
Fix a shameful failed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Oct 16, 2020
1 parent 19489d3 commit ca98887
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.4.0"
version = "1.4.1"
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.3.0'
assert __version__ == '1.4.1'


def test_version_regex():
Expand Down

0 comments on commit ca98887

Please sign in to comment.