diff --git a/.travis.yml b/.travis.yml index e47bfc4..78dbb77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,3 @@ deploy: on: tags: true repo: HEPData/hepdata-converter - skip_existing: true diff --git a/hepdata_converter/version.py b/hepdata_converter/version.py index 97520a4..dd3efda 100644 --- a/hepdata_converter/version.py +++ b/hepdata_converter/version.py @@ -1,3 +1,3 @@ # this file ideally should only contain __version__ declaration, as anything else # may break setup.py and PyPI uploads -__version__ = '0.2.0' +__version__ = '0.2.1'