From 94406bda7a72a2f5ee186baa1ccaf8f31d84df9b Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 8 Feb 2023 10:42:12 +0000 Subject: [PATCH] Bump version to v0.2.23 for release --- setup.cfg | 9 ++++----- src/auto_archiver/version.py | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index ab31f37..2dc7f50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,22 +16,21 @@ classifiers = project_urls = Source Code = https://github.com/bellingcat/auto-archiver Bug Tracker = https://github.com/bellingcat/auto-archiver/issues - + Bellingcat = https://www.bellingcat.com +platforms = any [options] setup_requires = setuptools-pipfile zip_safe = False -include_package_data = True package_dir= =src packages=find: find_packages=true python_requires = >=3.8 -# [options.package_data] -# * = *.txt, *.rst -# hello = *.msg +[options.package_data] +* = *.html [options.entry_points] console_scripts = diff --git a/src/auto_archiver/version.py b/src/auto_archiver/version.py index 3a1ebdf..5de5689 100644 --- a/src/auto_archiver/version.py +++ b/src/auto_archiver/version.py @@ -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 = "22" +_PATCH = "23" # 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 = ""