minwook-shin / notion-database

Python bindings for Notion Database API
https://pypi.org/project/notion-database/
GNU Lesser General Public License v3.0
137 stars 12 forks source link

only int numbers work #11

Closed akhater closed 1 year ago

akhater commented 1 year ago

Hi

I have an issue with setting numbers only integers work, if i set 1.5 it will be taken as 1 etc...

minwook-shin commented 1 year ago

hello, @akhater ! fixed it now. thanks you for your response! Install notion-database==20220628.5 and check the version.

example code :

PROPERTY.set_number("float", 1.5)
akhater commented 1 year ago

Looks working fine, thank you