diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bba56c8 --- /dev/null +++ b/Makefile @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b8b28cb..10b0834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"