Skip to content

Commit 1a4322f

Browse files
committed
Bump version: 0.2.0 → 0.3.0b0
1 parent 1e88ca5 commit 1a4322f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

odata_query/__init__.py

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

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.2.0"
3+
version = "0.3.0b0"
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.2.0
2+
current_version = 0.3.0b0
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.2.0
3+
sonar.projectVersion=0.3.0b0
44

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

0 commit comments

Comments
 (0)