From 73703f743968b9c22f23dd12c79699bca6e41659 Mon Sep 17 00:00:00 2001 From: Aidin Mohandesi Date: Wed, 24 Aug 2022 18:51:58 +0430 Subject: [PATCH] update project version --- CHANGELOG.md | 3 +++ djib/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8826a6..c9c9a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Given a version number MAJOR.MINOR.PATCH, increment the: Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format. +## [0.1.1] - 2022-08-24 +### Changed +- Finalized usage doc on readme ## [0.1.0] - 2022-08-19 ### Added diff --git a/djib/__init__.py b/djib/__init__.py index 80fa883..d023476 100644 --- a/djib/__init__.py +++ b/djib/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' import sys diff --git a/pyproject.toml b/pyproject.toml index 8cc19c6..385503a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "djib" -version = "0.1.0" +version = "0.1.1" description = "Djib Python API" authors = ["Djib tech team "] license = "GPL-3.0-only"