You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Validate dev-version value in packaging_test.sh
Skip `cirq_ts` which does not have the `__version__` attribute.
* Remove dev-release note from package description
Make setup.py files simpler and independent of CIRQ_PRE_RELEASE_VERSION.
PyPI makes it already clear enough if looking at a development version.
* Use `runpy` instead of `exec` to load version value
Make it less mysterious how is the `__version__` value set.
* Replace `io.open()` with builtin `open()`
`io.open` is an alias for `open` anyway.
* Normalize `.dev` version value to `.dev0`
Address setuptools notice to that effect.
* Use suffix `.dev0` for the main development branch
0 commit comments