Skip to content

Commit 7d1e0a6

Browse files
committed
Update task description in README.md and bump
version in pyproject.toml
1 parent 9e4f6d1 commit 7d1e0a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ db.create_table('tasks',columns)
2727

2828
values={
2929
'title':'Coding in the morning',
30-
'description':'Get up and code bro 😉',
30+
'description':'Drinking coffee instead',
3131
'completed':False,
3232
}
3333

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysqlitehelper"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Python SQLiteHelper is a python package that help you to create sqlite databases,tables and interacting with sqlite database without have to worry about writing any SQL query."
55
authors = ["Fidele K <itfidele@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)