v0.1.1
This commit is contained in:
parent
8dc64f113a
commit
fcee47be08
8
Makefile
Normal file
8
Makefile
Normal 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
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "africat"
|
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"
|
description = "Categorise articles about Africa according to the AllAfrica_NewsStory dataset, based on categories from AllAfrica::Cats"
|
||||||
authors = ["Timothy Allen <tim@treehouse.org.za>"]
|
authors = ["Timothy Allen <tim@treehouse.org.za>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user