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 = project_urls =
Source Code = https://github.com/bellingcat/auto-archiver Source Code = https://github.com/bellingcat/auto-archiver
Bug Tracker = https://github.com/bellingcat/auto-archiver/issues Bug Tracker = https://github.com/bellingcat/auto-archiver/issues
Bellingcat = https://www.bellingcat.com
platforms = any
[options] [options]
setup_requires = setup_requires =
setuptools-pipfile setuptools-pipfile
zip_safe = False zip_safe = False
include_package_data = True
package_dir= package_dir=
=src =src
packages=find: packages=find:
find_packages=true find_packages=true
python_requires = >=3.8 python_requires = >=3.8
# [options.package_data] [options.package_data]
# * = *.txt, *.rst * = *.html
# hello = *.msg
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =

Wyświetl plik

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