Skip to content

Commit 503b7b0

Browse files
committed
Bump Version
1 parent d8fff6e commit 503b7b0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,13 @@ sqlfluff lints
4242
poetry run sqlfluff lint dbt/dbt_test_project
4343
```
4444

45+
## Versioning
46+
```sh
47+
VERSION=$(poetry version patch --short)
48+
git commit -am "Bump Version"
49+
git tag $VERSION
50+
git push --tags
51+
git push
52+
```
53+
4554
Made with ❤️ by [data-max.io](https://www.data-max.io/).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-formatting"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "Sample project to setup code testing and formatting tools"
55
authors = ["Sadik Bakiu <sadik@data-max.io>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)