Skip to content

Commit

Permalink
pump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Mar 6, 2021
1 parent 6bf4d24 commit 7fddd61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package-conda.yml
Expand Up @@ -17,7 +17,6 @@ jobs:
python-version: 3.7
- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev
$CONDA/bin/conda env update --name base --file environment.yml
$CONDA/bin/pip install .
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion coolbox/__init__.py
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'

0 comments on commit 7fddd61

Please sign in to comment.