diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..8892fed --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,4 @@ +Release type: patch + +Update version in `__init__.py` (again) +``` diff --git a/testproj/__init__.py b/testproj/__init__.py index ae73625..bbab024 100644 --- a/testproj/__init__.py +++ b/testproj/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4"