Skip to content

Commit 4e8d4d2

Browse files
Publish v1.0.1
1 parent ffe5a97 commit 4e8d4d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ export_conf: ## Export the poetry lockfile to requirements.txt
4040
publish:
4141
poetry build
4242
poetry publish
43+
git tag `poetry version -s`
44+
git push --tags

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 = "daft-scraper"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A webscraper for Daft.ie"
55
authors = ["Evan Smith <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)