Merge pull request #19 from UMD-ARLIS/dev

docs(README.rst): adds more descriptive steps for how to install poetry and python
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bee2af1..d81070e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@
 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 @@
 and parsed by ``setup.py``.
 """
 
-version = "v0.0.7"
+version = "v0.1.0"
diff --git a/pyproject.toml b/pyproject.toml
index 0460fdf..a6b206a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 
 [tool.poetry]
 name = "flagon-distill"
-version = "0.0.7"
+version = "0.1.0"
 description = "An analytics framework for front-end UserALE data, enabling modeling, sequence analysis, and customization in Python."
 authors = []
 license = "Apache-2.0"
@@ -93,7 +93,7 @@
 version_provider = "poetry"
 update_changelog_on_bump = true
 major_version_zero = true
-version = "0.0.7"
+version = "0.1.0"
 gpg_sign = true
 version_files = ["pyproject.toml:version", "distill/__version__.py"]