From 9766de1b704753d9a1b882a4f89c18e336536687 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 11 Jan 2024 19:08:13 -0800 Subject: [PATCH] bump version of dev build to 0.7.3 --- archivebox/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archivebox/package.json b/archivebox/package.json index 362cfffe..1377ef99 100644 --- a/archivebox/package.json +++ b/archivebox/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.7.2", + "version": "0.7.3", "description": "ArchiveBox: The self-hosted internet archive", "author": "Nick Sweeting ", "repository": "github:ArchiveBox/ArchiveBox", diff --git a/package-lock.json b/package-lock.json index bf8bc592..4c0f3df2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "archivebox", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "archivebox", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "dependencies": { "@postlight/parser": "^2.2.3", diff --git a/package.json b/package.json index 362cfffe..1377ef99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.7.2", + "version": "0.7.3", "description": "ArchiveBox: The self-hosted internet archive", "author": "Nick Sweeting ", "repository": "github:ArchiveBox/ArchiveBox", diff --git a/pyproject.toml b/pyproject.toml index ea0156b3..137b52ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.7.2" +version = "0.7.3" description = "Self-hosted internet archiving solution." authors = [ {name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"},