diff --git a/cookie_consent/__init__.py b/cookie_consent/__init__.py index 331dfae..906d362 100644 --- a/cookie_consent/__init__.py +++ b/cookie_consent/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0b0" +__version__ = "0.6.0" diff --git a/js/package-lock.json b/js/package-lock.json index 58bb39a..bb3a336 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "django-cookie-consent", - "version": "0.6.0-beta0", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "django-cookie-consent", - "version": "0.6.0-beta0", + "version": "0.6.0", "license": "BSD-2-Clause", "devDependencies": { "esbuild": "^0.20.2", diff --git a/js/package.json b/js/package.json index 1db695a..a2aab1d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "django-cookie-consent", - "version": "0.6.0-beta0", + "version": "0.6.0", "description": "Frontend code for django-cookie-consent", "main": "lib/index.js", "type": "module", diff --git a/pyproject.toml b/pyproject.toml index 603cc06..56bdcc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-cookie-consent" -version = "0.5.0b0" +version = "0.6.0" description = "Django cookie consent application" authors = [ {name = "Informatika Mihelac", email = "bmihelac@mihelac.org"} diff --git a/tbump.toml b/tbump.toml index 7a4b8f6..b7cda8f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.5.0b0" +current = "0.6.0" regex = ''' (?P\d+) \.