Skip to content

Commit 00f6090

Browse files
Bumps version to 0.2.1
1 parent 6b2d06c commit 00f6090

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bead/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "0.2.0"
9+
__version__ = "0.2.1"
1010
__author__ = "Aaron Steven White"
1111
__email__ = "aaron.white@rochester.edu"

bead/deployment/jspsych/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bead/jspsych-deployment",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "TypeScript plugins and utilities for bead jsPsych experiment deployment",
55
"private": true,
66
"type": "module",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bead"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Lexicon and Template Collection Construction Pipeline for Acceptability and Inference Judgment Data"
99
authors = [{name = "Aaron Steven White", email = "aaron.white@rochester.edu"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)