Skip to content

Commit 8bab1da

Browse files
committed
Release 0.5.2
1 parent 9769b80 commit 8bab1da

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# logbook-cli
44

5-
Keep Your Daily Events Recorded Using Command Line.
5+
Keep Your Daily Events Recorded on Your Logbook Using Command Line.
66

77

88
## How Does It Work?

logbook_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.5.2'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "logbook-cli"
3-
version = "0.5.1"
4-
description = "Command line tool to keep logs"
3+
version = "0.5.2"
4+
description = "Keep Your Daily Events Recorded on Your Logbook Using Command Line."
55
authors = ["Maksudul Haque <saad.mk112@gmail.com>"]
66
readme = "README.md"
77
license = "MIT"

tests/test_logbook_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.5.1'
5+
assert __version__ == '0.5.2'

0 commit comments

Comments
 (0)