CovertLab / arrow

Stochastic simulations in python
MIT License
3 stars 1 forks source link

Release versioning #21

Closed jmason42 closed 2 years ago

jmason42 commented 5 years ago

It's early days yet but I think it would be good to establish some means of communicating 'stable' release versions vs. the unstable development versions. I think there are a few different ways to do this but as a first step we could try GitHub's built-in release feature (https://github.com/CovertLab/arrow/releases) which seems to use tags.

prismofeverything commented 5 years ago

Totally, once we merge your PR we can make a 0.0.4 release and post it on the releases page on github. I have a pypi account now so another cool step would be to automate deployment upon release, but maybe we don't need to get too fancy.

jmason42 commented 5 years ago

I think we can hold off on auto-deployment until a hypothetical v0.1, but I like the idea.