From e6f87a54a14f2f8a2ce6af15ac91466814e3f141 Mon Sep 17 00:00:00 2001 From: Jacob Silterra Date: Mon, 18 Mar 2024 12:08:56 -0400 Subject: [PATCH] Increment to 1.2.0 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd9e41b..e14c30a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pgmikhael/Sybil/blob/main/LICENSE.txt) ![version](https://img.shields.io/badge/version-1.0.2-success) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pgmikhael/Sybil/blob/main/LICENSE.txt) ![version](https://img.shields.io/badge/version-1.2.0-success) # Sybil diff --git a/setup.cfg b/setup.cfg index 7cfc01a..2d7eb26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ author_email = license_file = LICENSE.txt long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM -version = 1.1.0 +version = 1.2.0 # url = project_urls = ; Documentation = https://.../docs