Skip to content

Commit

Permalink
build: Pump 0.1.0 => 0.1.1dev (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatomashed authored Dec 28, 2024
1 parent 5ccf82b commit 956a500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)

project(
mlc
VERSION 0.1.0
VERSION 0.1.1
DESCRIPTION "MLC-Python"
LANGUAGES C CXX
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mlc-python"
version = "0.1.0"
version = "0.1.1"
dependencies = [
'numpy >= 1.22',
'ml-dtypes >= 0.1',
Expand Down

0 comments on commit 956a500

Please sign in to comment.