Skip to content

Commit d48aee9

Browse files
author
Tom Softreck
committed
Release version 0.1.7
1 parent f7f8563 commit d48aee9

5 files changed

Lines changed: 1261 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.7] - 2025-03-31
6+
57
## [0.1.6] - 2025-03-31
68

79
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dialogware"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "DialogWare - system konwersji poleceń w języku naturalnym na operacje poprzez warstwy abstrakcji"
99
readme = "README.md"
1010
requires-python = ">=3.7"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ long_description = file: README.md
66
long_description_content_type = text/markdown
77
author = Tom Sapletta
88
author_email = info@softreck.dev
9-
url = https://github.com/dialogware/python
9+
url = https://github.com/dialogware-com/python
1010
license = Apache-2.0
1111
classifiers =
1212
Development Status :: 3 - Alpha

0 commit comments

Comments
 (0)