diff --git a/CHANGELOG.md b/CHANGELOG.md index e386c3c..43dcfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v0.2.0] - 2024-05-30 ### Changed -* This project now uses `pandas` and parses a table-like file (CSV) _with_ header, to support upstream changes in data generation by `looptrace`. +* This project now can use `pandas` and parses a table-like file (CSV) _with_ header, to support upstream changes in data generation by `looptrace`. * Splitting old functionality out into separate modules ## [v0.1.0] - 2024-04-20 diff --git a/looptrace_loci_vis/__init__.py b/looptrace_loci_vis/__init__.py index d995f84..f44e686 100644 --- a/looptrace_loci_vis/__init__.py +++ b/looptrace_loci_vis/__init__.py @@ -1,3 +1,3 @@ """Napari plugin for visualising locus-specific points from looptrace""" -__version__ = "0.2dev" +__version__ = "0.2.0"