diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f3801d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +CHANGELOG +========= + +0.0.1 - 2020-08-21 +------------------ + +Initial commit to project + diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 200de1f..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Initial commit to project diff --git a/pyproject.toml b/pyproject.toml index 16b7328..8e0823b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test-github-ci" -version = "0.0.0" +version = "0.0.1" description = "This project tests AutoPub with GitHub Actions CI." authors = ["BotPub "] readme = "README.md" diff --git a/test_github_ci/__init__.py b/test_github_ci/__init__.py index 6c8e6b9..f102a9c 100644 --- a/test_github_ci/__init__.py +++ b/test_github_ci/__init__.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.0.1"