Skip to content

Commit 94a5ead

Browse files
committed
Bump version: 0.4.0b0 → 0.4.0b1
1 parent dbb3ae5 commit 94a5ead

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Oliver Hofkens"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.4.0b0"
25+
release = "0.4.0b1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

odata_query/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0b0"
1+
__version__ = "0.4.0b1"

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 = "odata-query"
3-
version = "0.4.0b0"
3+
version = "0.4.0b1"
44
description = "An OData query parser and transpiler."
55
authors = ["Oliver Hofkens <[email protected]>"]
66
readme = "README.md"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0b0
2+
current_version = 0.4.0b1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>a|b|rc)(?P<build>\d+))?

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=gorillaco_odata-query
22
sonar.projectName=OData Query
3-
sonar.projectVersion=0.4.0b0
3+
sonar.projectVersion=0.4.0b1
44

55
sonar.sources=./odata_query
66
sonar.tests=./tests

0 commit comments

Comments
 (0)