From 350602c8e2f4537aaef951343a12f5302242e3b7 Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Fri, 29 Mar 2024 08:52:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.10=20=E2=86=92=200.3.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- nachos/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 89056ed..11d5bfb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.10 +current_version = 0.3.11 commit = True tag = True diff --git a/README.md b/README.md index 04ac766..b5d48d4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Maintained by [Pierre Beaujean](https://pierrebeaujean.net) and created in the f This tool is based on [qcip_tools](https://github.com/pierre-24/qcip_tools/). -Current release: [v0.3.10](https://github.com/pierre-24/nachos/releases/tag/v0.3.10) (see [CHANGELOG](./CHANGELOG.md)). +Current release: [v0.3.11](https://github.com/pierre-24/nachos/releases/tag/v0.3.11) (see [CHANGELOG](./CHANGELOG.md)). ## Documentation diff --git a/nachos/__init__.py b/nachos/__init__.py index c960a23..3f37d28 100644 --- a/nachos/__init__.py +++ b/nachos/__init__.py @@ -5,7 +5,7 @@ import os import sys -__version__ = '0.3.10' +__version__ = '0.3.11' __author__ = 'Pierre Beaujean' __maintainer__ = 'Pierre Beaujean' __email__ = 'pierre.beaujean@unamur.be'