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 25, 2022
2 parents a7d3cd1 + c9e83ac commit ea58bf1
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 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_snowflake/__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 Snowflake / Snowpark support
docs_url: https://kedro-snowflake.readthedocs.io/
full_name: Kedro Snowflake plugin
github_url: https://github.com/getindata/kedro-snowflake
initial_version: 0.0.0
initial_version: 0.0.1
keywords:
- kedro
- snowflake
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-25

- Project seed prepared

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

[0.0.1]: https://github.com/getindata/kedro-snowflake/compare/3535c1bbe2ee2f5f23e71f8104b57d391992baa2...0.0.1
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Kedro Snowflake Pipelines plugin

[![Python Version](https://img.shields.io/pypi/pyversions/kedro-snowflake)](https://github.com/getindata/kedro-snowflake)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![SemVer](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)
[![PyPI version](https://badge.fury.io/py/kedro-snowflake.svg)](https://pypi.org/project/kedro-snowflake/)
[![Downloads](https://pepy.tech/badge/kedro-snowflake)](https://pepy.tech/project/kedro-snowflake)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-snowflake&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-snowflake)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-snowflake&metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-snowflake)
[![Documentation Status](https://readthedocs.org/projects/kedro-snowflake/badge/?version=latest)](https://kedro-snowflake.readthedocs.io/en/latest/?badge=latest)

<p align="center">
<a href="https://getindata.com/solutions/ml-platform-machine-learning-reliable-explainable-feature-engineering"><img height="150" src="https://getindata.com/img/logo.svg"></a>
<h3 align="center">We help companies turn their data into assets</h3>
</p>

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

2 changes: 1 addition & 1 deletion kedro_snowflake/__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-snowflake"
version = "0.0.0"
version = "0.0.1"
description = "Kedro plugin with Snowflake / Snowpark support"
readme = "README.md"
authors = ['GetInData MLOPS <[email protected]>']
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 Snowflake / Snowpark support
sonar.links.homepage=https://kedro-snowflake.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-snowflake/actions
Expand Down

0 comments on commit ea58bf1

Please sign in to comment.