Skip to content

Commit

Permalink
bump version for #41/#42
Browse files Browse the repository at this point in the history
  • Loading branch information
mjd3 committed Feb 2, 2022
1 parent 2204938 commit 04a75b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install nose2
- name: Install Perception
- name: Install Autolab Core
run: pip install .
- name: Run Nose Tests
run: nose2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install nose2
- name: Install Perception
- name: Install Autolab Core
run: pip install .
- name: Run Nose Tests
run: nose2
2 changes: 1 addition & 1 deletion autolab_core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 04a75b5

Please sign in to comment.