Skip to content

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Feb 14, 2024
1 parent 4080801 commit 94e91fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "BGPKIT Parser Python Binding"
keywords = ["bgp", "mrt", "parser"]
repository = "https://github.com/bgpkit/bgpkit-parser-py"
documentation = "https://docs.rs/bgpkit-parser-py"
version = "0.5.0-beta.1"
version = "0.5.0"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ RUN python3.12 -m pip install maturin patchelf
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

WORKDIR /io/bgpkit-parser-py
COPY ./src .
COPY ./src ./src
COPY ./build.rs .
COPY ./build.sh .
COPY ./Cargo.toml .
COPY ./pyproject.toml .

ENTRYPOINT ["/bin/bash", "build.sh"]
COPY ./pyproject.toml .

0 comments on commit 94e91fc

Please sign in to comment.