File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.title="darc" \
44 org.opencontainers.image.description="Darkweb Crawler Project" \
55 org.opencontainers.image.url="https://darc.jarryshaw.me/" \
66 org.opencontainers.image.source="https://github.com/JarryShaw/darc" \
7- org.opencontainers.image.version="1.0.1 " \
7+ org.opencontainers.image.version="1.0.2 " \
88 org.opencontainers.image.licenses='BSD 3-Clause "New" or "Revised" License'
99
1010STOPSIGNAL SIGINT
Original file line number Diff line number Diff line change 5252from darc .sites import register as register_sites # pylint: disable=unused-import # noqa: F401
5353
5454__all__ = ['darc' ]
55- __version__ = '1.0.1 '
55+ __version__ = '1.0.2 '
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.title="darc" \
1515 org.opencontainers.image.description="Darkweb Crawler Project" \
1616 org.opencontainers.image.url="https://darc.jarryshaw.me/" \
1717 org.opencontainers.image.source="https://github.com/JarryShaw/darc" \
18- org.opencontainers.image.version="1.0.1 " \
18+ org.opencontainers.image.version="1.0.2 " \
1919 org.opencontainers.image.licenses='BSD 3-Clause "New" or "Revised" License'
2020# EXPOSE 9050
2121
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.title="darc" \
44 org.opencontainers.image.description="Darkweb Crawler Project" \
55 org.opencontainers.image.url="https://darc.jarryshaw.me/" \
66 org.opencontainers.image.source="https://github.com/JarryShaw/darc" \
7- org.opencontainers.image.version="1.0.1 " \
7+ org.opencontainers.image.version="1.0.2 " \
88 org.opencontainers.image.licenses='BSD 3-Clause "New" or "Revised" License'
99
1010STOPSIGNAL SIGINT
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.title="darc" \
1515 org.opencontainers.image.description="Darkweb Crawler Project" \
1616 org.opencontainers.image.url="https://darc.jarryshaw.me/" \
1717 org.opencontainers.image.source="https://github.com/JarryShaw/darc" \
18- org.opencontainers.image.version="1.0.1 " \
18+ org.opencontainers.image.version="1.0.2 " \
1919 org.opencontainers.image.licenses='BSD 3-Clause "New" or "Revised" License'
2020# EXPOSE 9050
2121
Original file line number Diff line number Diff line change 3737author = 'Jarry Shaw'
3838
3939# The full version, including alpha/beta/rc tags
40- release = '1.0.1 '
40+ release = '1.0.2 '
4141
4242
4343# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2626version_info = sys .version_info [:2 ]
2727
2828# version string
29- __version__ = '1.0.1 '
29+ __version__ = '1.0.2 '
3030
3131# setup attributes
3232attrs = dict (
You can’t perform that action at this time.
0 commit comments