Skip to content

Commit f8bbdbf

Browse files
committed
bump
1 parent 56dac68 commit f8bbdbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fasttransform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"
22

33
from .cast import *
44
from .transform import *

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fasttransform
33
lib_name = fasttransform
4-
version = 0.0.2
4+
version = 0.0.3
55
min_python = 3.9
66
license = apache2
77
black_formatting = False
@@ -36,4 +36,5 @@ allowed_metadata_keys =
3636
allowed_cell_metadata_keys =
3737
cell_number = True
3838
skip_procs =
39+
update_pyproject = True
3940

0 commit comments

Comments
 (0)