Skip to content

Commit

Permalink
release: v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelfire18 committed Jun 14, 2022
1 parent ac48408 commit cd91a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CD

on:
push:
tags:
- "v*"
commit:
- "release: v*"

jobs:
tagged-release:
Expand Down
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 = "snail_print"
version = "0.1.6"
version = "0.1.7"
description = "A print funtion that slowly shows the output in console in real time"
authors = ["Jose Antonio Castro <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cd91a74

Please sign in to comment.