Skip to content

Commit

Permalink
Bump version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Nov 27, 2020
1 parent 02ecd0d commit d5aa93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ single-version

.. image:: https://madewithlove.now.sh/vn?heart=true&colorA=%23ffcd00&colorB=%23da251d
.. image:: https://badgen.net/pypi/v/single-version
:target: https://pypi.org/project/single-version

Utility to let you have a single source of version in your code base.

Expand Down
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.5"
version = "1.5.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.5'
assert __version__ == '1.5.1'


def test_version_regex():
Expand Down

0 comments on commit d5aa93d

Please sign in to comment.