Thanks for making this library!
While working on #5 I noticed that the version in setup.py is 0.0.1, and also that 1.0.0 and 0.0.1 look like they were published on the same day.
I'm curious if this means the next version will be <1, >=1, or something else.
The reason I ask is that I currently have PyCalendly>=1,<2 in my requirements.txt, and I'm wondering if I should change that range.
Thanks for making this library!
While working on #5 I noticed that the version in
setup.pyis 0.0.1, and also that 1.0.0 and 0.0.1 look like they were published on the same day.I'm curious if this means the next version will be <1, >=1, or something else.
The reason I ask is that I currently have
PyCalendly>=1,<2in myrequirements.txt, and I'm wondering if I should change that range.