Hacker News new | ask | show | jobs
by IshKebab 358 days ago
> then you don't get to use the new features in 0.5.0.
1 comments

Yes you do

package1>=0.4.0 means 0.4.0, 0.4.1, 0.4.100, 0.4.100.1 and so on

package1>=0.4 includes the above plus 0.5.0, 0.5.1, 0.6.0, 0.100.0 and so on