Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
shenyangHuang
left a comment
There was a problem hiding this comment.
check if we go with 0.2.0 @Jacob-Chmura
Also, do we mention the version number anywhere in README or online docs?
| [project] | ||
| name = "tgm-lib" | ||
| version = "0.1.0b0" | ||
| version = "0.1.0b1" |
There was a problem hiding this comment.
I am not sure about naming conventions but shouldn't we just do 0.2.0 ?
Technically I am not following SemVar since I would not consider any of our releases stable at this stage. Hence, I'm incrementing the version counter on our beta flag. Once we release
No, any other occurences are pulled in from our pip release (not hard coded). |
No description provided.