Closed maxibor closed 2 years ago
Having the version defined in the bin subpackage with a __version__ variable in __init__.py module allows to sync the version across the expode modules through the CLI as well as in setup.py Also, bumped version to 0.1.8dev 🙂
bin
__version__
__init__.py
setup.py
0.1.8dev
I always neglect version info in the argparser... Thanks @maxibor for the contribution!
Having the version defined in the
bin
subpackage with a__version__
variable in__init__.py
module allows to sync the version across the expode modules through the CLI as well as insetup.py
Also, bumped version to0.1.8dev
🙂