Skip to content

Commit

Permalink
Update version number (#10)
Browse files Browse the repository at this point in the history
Install all requirements when publishing
  • Loading branch information
owodunni authored Dec 8, 2019
1 parent 1672c9e commit 5ca689e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r pip/requirements.txt
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down
2 changes: 1 addition & 1 deletion GaugeRnR/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'main',
'DataLoader', ]

__version__ = "0.3.1"
__version__ = "0.3.2"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)

0 comments on commit 5ca689e

Please sign in to comment.