diff --git a/CHANGELOG.md b/CHANGELOG.md index 9043961..44aa7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [0.3.0] - 2026-05-06 ### Changed diff --git a/bead/__init__.py b/bead/__init__.py index 0521d0b..9e9d745 100644 --- a/bead/__init__.py +++ b/bead/__init__.py @@ -6,6 +6,6 @@ from __future__ import annotations -__version__ = "0.2.1" +__version__ = "0.3.0" __author__ = "Aaron Steven White" __email__ = "aaron.white@rochester.edu" diff --git a/bead/deployment/jspsych/package.json b/bead/deployment/jspsych/package.json index e2c59da..9c8fc2c 100644 --- a/bead/deployment/jspsych/package.json +++ b/bead/deployment/jspsych/package.json @@ -1,6 +1,6 @@ { "name": "@bead/jspsych-deployment", - "version": "0.2.1", + "version": "0.3.0", "description": "TypeScript plugins and utilities for bead jsPsych experiment deployment", "private": true, "type": "module", diff --git a/pyproject.toml b/pyproject.toml index 2631022..a748997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bead" -version = "0.2.1" +version = "0.3.0" description = "Lexicon and Template Collection Construction Pipeline for Acceptability and Inference Judgment Data" authors = [{name = "Aaron Steven White", email = "aaron.white@rochester.edu"}] readme = "README.md"