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 a1d06f0  Updates version to 0.1.1
     new 2cc8d48  Merge pull request #14 from UMD-ARLIS/master
a1d06f0 is described below

commit a1d06f011ced249a914989b6cdac88a10d2f2ad9
Author: Jason Young <[email protected]>
AuthorDate: Thu Aug 31 14:12:07 2023 -0400

    Updates version to 0.1.1
---
 CHANGELOG.rst      | 9 +++++----
 distill/version.py | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2ed14ac..f30988f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -22,14 +22,15 @@
 Changelog
 =========
 
-0.1.0 (2022)
-------------------
-
-0.0.6 (2023-08-18)
+0.1.1 (2023-08-18)
 ------------------
 * Migrate package and build management to poetry
 * Remove deprecated setup code
 
+
+0.1.0 (2022)
+------------------
+
 0.0.5 (2017-06-30)
 ------------------
 * Updated elasticsearch-dsl to 5.4.1
diff --git a/distill/version.py b/distill/version.py
index 490bfb5..8922790 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__ = "0.1.0"
+__version__ = "0.1.1"

Reply via email to