Skip to content

Commit

Permalink
Bump version: 3.0.2 → 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Dec 31, 2024
1 parent 82bfef4 commit e078812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.2
current_version = 3.0.3
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(-(?P<devrc>.*)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{devrc}{build}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit e078812

Please sign in to comment.