added
[NEW] Floats are now supported for days, hours, and seconds units. Example now-2.5d, now-3.2h. Any other unit other than days, hours, or seconds that is a float will be converted to an int and floored due to the datetime() module not being able to handle them.
How to release
* Create a new tag/release in github.
* Ensure new tag version matches VERSION.txt
* Actions should take care of the rest