Skip to content

Commit fb45029

Browse files
committed
chore(release): 0.1.0 [skip actions]
Automatically generated by python-semantic-release
1 parent 02dc6b8 commit fb45029

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2022-07-04)
6+
### Feature
7+
* Cli tool MWE ([`ed2efa0`](https://github.com/cachuperia/blueprint-python/commit/ed2efa0118d47b22e5c6e644a022ed16c893bd57))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL := /bin/bash
55
MAKEFLAGS += --warn-undefined-variables
66
MAKEFLAGS += --no-builtin-rules
77

8-
VERSION := 0.0.0
8+
VERSION := 0.1.0
99
ROOT := $(shell pwd)
1010
PACKAGE_PATH := ${ROOT}/src/blueprint_python
1111
PYTHON_VERSION := $(shell cat .python-version)

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 = "blueprint-python"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "GitHub template for Python package blueprint"
55
authors = ["Iaroslav Russkykh <me@elruso.im>"]
66
license = "MIT"

0 commit comments

Comments
 (0)