Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
Released version 1.0.2. See the changelog for changes.
  • Loading branch information
semantic-release authored and actions-user committed Aug 23, 2022
1 parent 0db894c commit 92da674
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog

<!--next-version-placeholder-->

## v1.0.2 (2022-08-23)
### Fix
* Semantic versioning ([#7](https://github.com/vigenere23/modupipe/issues/7)) ([`0db894c`](https://github.com/vigenere23/modupipe/commit/0db894cdf9586dcd5b0cdc295260ab5f7389594a))
2 changes: 1 addition & 1 deletion modupipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
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 = "modupipe"
version = "1.0.1"
version = "1.0.2"
description = "A modular and extensible ETL-like pipeline builder"
authors = ["vigenere23 <[email protected]>"]
keywords = ["pipeline", "etl", "pipe"]
Expand Down

0 comments on commit 92da674

Please sign in to comment.