Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed May 25, 2023
1 parent 490dfbf commit 902a7e7
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cocotools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cocotools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cocotools"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
rust-version = "1.64.0"
description = "Package providing functionalities to work with COCO format datasets."
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools-stubs/src/rpycocotools-stubs/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.6" # noqa: Y052, RUF100
__version__ = "0.0.7" # noqa: Y052, RUF100

import numpy as np
import numpy.typing as npt
Expand Down
4 changes: 2 additions & 2 deletions rpycocotools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpycocotools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpycocotools"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
authors = ["Hoel Bagard"]

Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "rpycocotools"
copyright = "2023, Hoel Bagard"
author = "Hoel Bagard"
release = "0.0.3"
release = "0.0.7"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "rpycocotools"
version = "0.0.6"
version = "0.0.7"
authors = [{name="Bagard Hoel"}]
description = "Package providing utilities to load, manipulate, convert and visualize COCO format datasets."
keywords = ["COCO", "COCO dataset"]
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements-benchmarks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ python-dateutil==2.8.2 \
--hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \
--hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9
# via matplotlib
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ numpy==1.24.3 \
# via
# rpycocotools (pyproject.toml)
# rpycocotools-stubs
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pyright==1.1.309 \
--hash=sha256:1abcfa83814d792a5d70b38621cc6489acfade94ebb2279e55ba1f394d54296c \
--hash=sha256:a8b052c1997f7334e80074998ea0f93bd149550e8cf27ccb5481d3b2e1aad161
# via rpycocotools (pyproject.toml)
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ requests==2.31.0 \
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
# via sphinx
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements-flake8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pyflakes==2.5.0 \
--hash=sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2 \
--hash=sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3
# via flake8
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pytest==7.3.1 \
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
# via rpycocotools (pyproject.toml)
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion rpycocotools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ numpy==1.24.3 \
# via
# rpycocotools (pyproject.toml)
# rpycocotools-stubs
rpycocotools-stubs==0.0.6 \
rpycocotools-stubs==0.0.7 \
--hash=sha256:841f94f413eba45304b61ed9dde833901ddb6ba7bc381feebdb2450a55185f19 \
--hash=sha256:fac9b6ba4aefc563e3e869c8321e49d5d5184b9f1616578d84f6fdd052b43a08
# via rpycocotools (pyproject.toml)
Expand Down

0 comments on commit 902a7e7

Please sign in to comment.