Skip to content

Commit

Permalink
global: bump version to 0.2.0
Browse files Browse the repository at this point in the history
* New minor version since Python 2 compatibility removed.
* Build PyPI package with Python 3.6 to match tests (and main web app).
  • Loading branch information
GraemeWatt committed Feb 18, 2021
1 parent 9e55224 commit 782dc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.6'
- name: Build PyPI package
run: |
pip install wheel
Expand Down
2 changes: 1 addition & 1 deletion hepdata_converter_ws_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# this file ideally should only contain __version__ declaration, as anything else
# may break setup.py and PyPI uploads
__version__ = '0.1.6'
__version__ = '0.2.0'

0 comments on commit 782dc6e

Please sign in to comment.