We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bbd1f commit 9b85237Copy full SHA for 9b85237
opensesame_extensions/ide/__init__.py
@@ -1,7 +1,7 @@
1
"""Rapunzel is a set of extensions that turns OpenSesame into a modern code
2
editor.
3
"""
4
-__version__ = '1.0.0a9'
+__version__ = '1.0.0'
5
# The name of the package to check for updates on conda and pip
6
packages = ['rapunzel']
7
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Rapunzel"
-version = "1.0.0a10"
+version = "1.0.0"
description = "A modern code editor focused on numerical computing with Python and R"
authors = ["Sebastiaan Mathôt <s.mathot@cogsci.nl>"]
readme = "readme.md"
0 commit comments