Skip to content

Commit 258011e

Browse files
committed
default bumpversion cfg
1 parent 2edf2c4 commit 258011e

2 files changed

Lines changed: 7 additions & 25 deletions

File tree

.bumpversion.cfg

Lines changed: 0 additions & 21 deletions
This file was deleted.

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "dataall-core"
3-
version = "0.3.0a1"
3+
version = "0.3.1a1"
44
description = "AWS data.all core"
5-
authors = [{name = "Amazon Web Services"}]
6-
license = {text = "Apache License 2.0"}
5+
authors = [{ name = "Amazon Web Services" }]
6+
license = { text = "Apache License 2.0" }
77
readme = "README.md"
88
keywords = ["dataall", "aws"]
99
classifiers = [
@@ -50,7 +50,7 @@ wheel = "^0.42.0"
5050
msgpack = "*"
5151

5252
# Lint
53-
boto3-stubs = {version = "^1.34.14", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "lakeformation", "logs", "neptune", "opensearch", "opensearchserverless", "quicksight", "rds", "rds-data", "redshift", "redshift-data", "s3", "secretsmanager", "ssm", "sts", "timestream-query", "timestream-write"]}
53+
boto3-stubs = { version = "^1.34.14", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "lakeformation", "logs", "neptune", "opensearch", "opensearchserverless", "quicksight", "rds", "rds-data", "redshift", "redshift-data", "s3", "secretsmanager", "ssm", "sts", "timestream-query", "timestream-write"] }
5454
doc8 = "^1.0"
5555
mypy = "^1.8"
5656
pylint = "^3.0"
@@ -133,3 +133,6 @@ fail-under = 9
133133
[tool.pylint.messages_control]
134134
disable = "all"
135135
enable = ["R0911", "R0912", "R0913", "R0915"]
136+
137+
[tool.bumpversion]
138+
current_version = "0.3.1a1"

0 commit comments

Comments
 (0)