Skip to content

Commit 0f53739

Browse files
authored
Merge pull request #14 from Point72/bump-v0.1.1
Bump version: 0.1.0 → 0.1.1
2 parents ab01006 + dcc13f2 commit 0f53739

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

numba_cfunc_compiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
description = "Generic, framework-agnostic infrastructure for compiling Python functions to Numba @cfunc via AST transformation"
1414
readme = "README.md"
1515
license = { text = "Apache-2.0" }
16-
version = "0.1.0"
16+
version = "0.1.1"
1717
requires-python = ">=3.10"
1818
keywords = []
1919

@@ -62,7 +62,7 @@ Repository = "https://github.com/Point72/numba-cfunc-compiler"
6262
Homepage = "https://github.com/Point72/numba-cfunc-compiler"
6363

6464
[tool.bumpversion]
65-
current_version = "0.1.0"
65+
current_version = "0.1.1"
6666
commit = true
6767
tag = true
6868
commit_args = "-s"

0 commit comments

Comments
 (0)