File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SHELL := /bin/bash
55MAKEFLAGS += --warn-undefined-variables
66MAKEFLAGS += --no-builtin-rules
77
8- VERSION := 0.0 .0
8+ VERSION := 0.1 .0
99ROOT := $(shell pwd)
1010PACKAGE_PATH := ${ROOT}/src/blueprint_python
1111PYTHON_VERSION := $(shell cat .python-version)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " blueprint-python"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44description = " GitHub template for Python package blueprint"
55authors = [" Iaroslav Russkykh <me@elruso.im>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments