Skip to content

Commit 913374f

Browse files
authored
Merge pull request #32 from Point72/bump-1.4
Bump version: 0.1.3 → 0.2.0
2 parents a120a16 + e2223c1 commit 913374f

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.3"
1+
__version__ = "0.2.0"

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.3"
16+
version = "0.2.0"
1717
requires-python = ">=3.10"
1818
keywords = []
1919

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

6363
[tool.bumpversion]
64-
current_version = "0.1.3"
64+
current_version = "0.2.0"
6565
commit = true
6666
tag = true
6767
commit_args = "-s"

0 commit comments

Comments
 (0)