Skip to content

Commit cbfa442

Browse files
committed
Update version to 0.6.10 in makefile, package.json, and pyproject.toml
1 parent e4f4290 commit cbfa442

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipx run --path restack_get_started/main.py
2525
## How to release
2626

2727
1. Increment version in all occurences (makefile, pyproject, package.json)
28-
2. `git tag v0.6.9`
28+
2. `git tag v0.6.10`
2929
3. `git push --tags`
3030

3131
At this moment, Github detects new version tag and builds and publishes

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=restack-get-started
2-
VERSION=0.6.9
2+
VERSION=0.6.10
33
BUILD_DIR=build
44

55
.PHONY: all linux macos clean

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restackio/get-started",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "A getting started command which will help with a first application using Restack framework",
55
"bin": {
66
"get-started": "get-started.sh"

pypi/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 = "restackio.get-started"
3-
version = "0.6.9"
3+
version = "0.6.10"
44
readme = "README.md"
55
description = "A package to get started with Restack"
66
authors = ["Your Name <[email protected]>"]

0 commit comments

Comments
 (0)