Compare commits

...

3 Commits

Author SHA1 Message Date
msramalho
9d2f14d3a1 Bump version to v0.2.15 for release 2023-02-07 23:44:04 +00:00
msramalho
f81ff14faa license to publish 2023-02-07 23:43:50 +00:00
msramalho
5ed38ffaab clean readme 2023-02-07 23:37:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
[metadata]
name = auto_archiver
version = 2.0.0
version = 0.2.0
author = Bellingcat
author_email = tech@bellingcat.com
description = Easily archive online media content
long_description = file: README.md, LICENSE
long_description = file: README.md
keywords = archive, oosi, osint, scraping
license = MIT
classifiers =

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "2"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "13"
_PATCH = "15"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""