Skip to content

Commit

Permalink
Bump to 0.3.0-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Oct 7, 2024
1 parent baf7c36 commit 6229909
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "e2xauthoring"
copyright = "2023, Tim Metzler"
author = "Tim Metzler"
release = "0.3.0-dev0"
release = "0.3.0-dev1"
github_project_url = "https://github.com/Digiklausur/e2xauthoring"

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion e2xauthoring/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0-dev0"
__version__ = "0.3.0-dev1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"version": "0.3.0-dev0",
"version": "0.3.0-dev1",
"description": "An app for e2xgrader",
"scripts": {
"install": "lerna run bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2xauthoring/api",
"version": "0.3.0-dev0",
"version": "0.3.0-dev1",
"main": "lib/index.js",
"description": "api functions for e2xauthoring",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@e2xauthoring/app",
"homepage": "e2x/authoring",
"version": "0.3.0-dev0",
"version": "0.3.0-dev1",
"private": true,
"dependencies": {
"@e2xauthoring/api": "0.3.0-dev0",
"@e2xauthoring/api": "0.3.0-dev1",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/roboto": "^4.5.8",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ artifacts = [
github_url = "https://github.com/Digiklausur/e2xauthoring/"

[tool.tbump.version]
current = "0.3.0-dev0"
current = "0.3.0-dev1"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 6229909

Please sign in to comment.