From 5df7b258bdb07166da722a630e1460990a120fe2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 3 Jan 2024 20:37:00 -0800 Subject: [PATCH] bump version of dev build to 0.7.2 --- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff0bfb07..83abdf53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "archivebox", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "archivebox", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "dependencies": { "@postlight/parser": "^2.2.3", diff --git a/package.json b/package.json index caa99e79..362cfffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.7.1", + "version": "0.7.2", "description": "ArchiveBox: The self-hosted internet archive", "author": "Nick Sweeting ", "repository": "github:ArchiveBox/ArchiveBox", diff --git a/pyproject.toml b/pyproject.toml index 75227234..fb34095d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.7.1" +version = "0.7.2" description = "Self-hosted internet archiving solution." authors = [ {name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"},