This commit is contained in:
Timothy Allen 2023-12-01 21:26:17 +02:00
parent 8dc64f113a
commit fcee47be08
2 changed files with 9 additions and 1 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
version:
@poetry version $(v)
@git add pyproject.toml
@git commit -m "v$$(poetry version -s)"
@git tag v$$(poetry version -s)
@git push
@git push --tags
@poetry version

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "africat"
version = "0.1.0"
version = "0.1.1"
description = "Categorise articles about Africa according to the AllAfrica_NewsStory dataset, based on categories from AllAfrica::Cats"
authors = ["Timothy Allen <tim@treehouse.org.za>"]
readme = "README.md"