infra: prepare for 0.0.3 release

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-05-26 00:19:47 -07:00
parent 85252f13c4
commit ee3d17fdfa
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ classifiers = [
dependencies = [
# bentoml[io] includes pydantic, PIL, filetype, pandas and numpy
# bentoml[grpc,grpc-reflection] include grpcio, grpcio-reflection
"bentoml@git+https://github.com/bentoml/bentoml.git@main",
"bentoml",
"filetype",
"Pillow",
"protobuf",
@@ -61,7 +61,7 @@ dependencies = [
"orjson",
"inflection",
# pydantic 2 ftw
"pydantic@git+https://github.com/pydantic/pydantic.git@main",
"pydantic",
# astor for generating service file.
"astor",
]

View File

@@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.0.2"
__version__ = "0.0.3"