From 1faa0b2af9c8183a15f418069431f00f5612535d Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt Date: Tue, 3 Aug 2021 20:42:26 +0200 Subject: [PATCH] fix: make project releasable --- .bumpversion.cfg | 8 ++++++++ VERSION | 1 + 2 files changed, 9 insertions(+) create mode 100644 .bumpversion.cfg create mode 100644 VERSION diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..1804b75 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,8 @@ +[bumpversion] +current_version = 0.0.1 + +[bumpversion:file:VERSION] + +[bumpversion:file:userausfall/__init__.py] +search = __version__ = "{current_version}" +replace = __version__ = "{new_version}" diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..8acdd82 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.1