Bump version to v0.2.23 for release

pull/72/head v0.2.23
msramalho 2023-02-08 10:42:12 +00:00
rodzic 6244f35cff
commit 94406bda7a
2 zmienionych plików z 5 dodań i 6 usunięć

Wyświetl plik

@ -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 =

Wyświetl plik

@ -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 = ""