This is an automated email from the ASF dual-hosted git repository.
jky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon-distill.git
The following commit(s) were added to refs/heads/master by this push:
new 5088dd5 docs(version): bump version to 0.1.0
5088dd5 is described below
commit 5088dd590df6b1ec3d5df0964d144eac7093940a
Author: Jason Young <[email protected]>
AuthorDate: Thu Oct 5 10:23:51 2023 -0400
docs(version): bump version to 0.1.0
---
CHANGELOG.md | 2 +-
distill/__version__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bee2af1..d81070e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
See the License for the specific language governing permissions and
limitations under the License.
-## v0.0.7 (2023-09-21)
+## v0.1.0 (2023-09-21)
### Refactor
diff --git a/distill/__version__.py b/distill/__version__.py
index efc3d82..a76c3ee 100644
--- a/distill/__version__.py
+++ b/distill/__version__.py
@@ -20,4 +20,4 @@ This file is imported by ``Distill.__init__``,
and parsed by ``setup.py``.
"""
-version = "v0.0.7"
+version = "v0.1.0"