Skip to content

Commit

Permalink
Merge pull request #1 from getindata/release-0.0.1
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
marrrcin authored Nov 24, 2022
2 parents 99b11f8 + 58b8954 commit 3455d9c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.0.1

[bumpversion:file:pyproject.toml]

[bumpversion:file:sonar-project.properties]

[bumpversion:file:kedro_sagemaker/__init__.py]
[bumpversion:file:.copier-answers.yml]

[bumpversion:file:.copier-answers.yml]
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Kedro plugin with AWS SageMaker Pipelines support
docs_url: https://kedro-sagemaker.readthedocs.io/
full_name: Kedro SageMaker Pipelines plugin
github_url: https://github.com/getindata/kedro-sagemaker
initial_version: 0.0.0
initial_version: 0.0.1
keywords:
- kedro
- sagemaker
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

## [Unreleased]

## [0.0.1] - 2022-11-24

- Project seed prepared

[Unreleased]: https://github.com/getindata/kedro-sagemaker/compare/0.0.1...HEAD

[0.0.1]: https://github.com/getindata/kedro-sagemaker/compare/1de2c65027d02a885dda61727dfe83a3404badcf...0.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
</p>

# Coming soon!
Stay tuned.
Stay tuned or connect with us directly.

2 changes: 1 addition & 1 deletion kedro_sagemaker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kedro-sagemaker"
version = "0.0.0"
version = "0.0.1"
description = "Kedro plugin with AWS SageMaker Pipelines support"
readme = "README.md"
authors = ['Marcin Zabłocki <marcin.zablocki@getindata.com>']
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.tests=tests/
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9

sonar.projectVersion=0.0.0
sonar.projectVersion=0.0.1
sonar.projectDescription=Kedro plugin with AWS SageMaker Pipelines support
sonar.links.homepage=https://kedro-sagemaker.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-sagemaker/actions
Expand Down

0 comments on commit 3455d9c

Please sign in to comment.