illinois-ceesd / logpyle

logpyle: Time Series Logging (not just) for Simulation
https://github.com/illinois-ceesd/logpyle/
Other
5 stars 5 forks source link

Release 2023.2.3 #112

Closed matthiasdiener closed 1 year ago

matthiasdiener commented 1 year ago

After merging this PR:

$ REL=2023.2.3
$ git checkout main && git pull
$ git tag -a v$REL -m "Release v$REL"
$ git push --tags

$ python3 setup.py sdist bdist_wheel
$ twine upload dist/logpyle-$REL*