From 899c9956c5db6d0f788342b3070340c7b85e4f48 Mon Sep 17 00:00:00 2001 From: Aswa Paul Date: Tue, 11 Aug 2020 10:32:16 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- pyconfigreader/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b07512d..c4a2db2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 1dae783..b24d7fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ # built documents. # # The short X.Y version. -version = '0.8.1' +version = '0.8.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyconfigreader/__init__.py b/pyconfigreader/__init__.py index af03765..6dcebf4 100644 --- a/pyconfigreader/__init__.py +++ b/pyconfigreader/__init__.py @@ -9,4 +9,4 @@ from .reader import ConfigReader -__version__ = '0.8.1' +__version__ = '0.8.2' diff --git a/setup.py b/setup.py index c604831..e602e08 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = 'Usage available at http://github.com/giantas/pyconfigreader' setup(name='pyconfigreader', - version='0.8.1', + version='0.8.2', description='A module for handling simple configuration requirements', long_description=long_description, url='http://github.com/giantas/pyconfigreader',