diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c96397f9..263e7f28 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))?(-(?P.*)(?P\d+))? serialize = {major}.{minor}.{patch}-{devrc}{build} diff --git a/setup.py b/setup.py index 2b08b4e2..5daa2f76 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="discodos", - version="3.0.2", + version="3.0.3", description="DJ and record collector's toolbox for Discogs", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown", diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index f95ad2d4..6d76ac7f 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -29,7 +29,7 @@ # version = '1.0' # The full version, including alpha/beta/rc tags -release = '3.0.2' +release = '3.0.3' # -- General configuration ---------------------------------------------------