Skip to content

Commit 9b85237

Browse files
committed
Bump to 1.0.0
1 parent c6bbd1f commit 9b85237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opensesame_extensions/ide/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Rapunzel is a set of extensions that turns OpenSesame into a modern code
22
editor.
33
"""
4-
__version__ = '1.0.0a9'
4+
__version__ = '1.0.0'
55
# The name of the package to check for updates on conda and pip
66
packages = ['rapunzel']
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Rapunzel"
3-
version = "1.0.0a10"
3+
version = "1.0.0"
44
description = "A modern code editor focused on numerical computing with Python and R"
55
authors = ["Sebastiaan Mathôt <s.mathot@cogsci.nl>"]
66
readme = "readme.md"

0 commit comments

Comments
 (0)