Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jan 3, 2025
1 parent 6c2cbb9 commit 4db9873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install package
run: |
conda info
conda install orthority>=0.5.0
conda install orthority>=0.5.1
conda list
- name: Install OpenCV Linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion orthority/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# You should have received a copy of the GNU Affero General Public License along with Orthority.
# If not, see <https://www.gnu.org/licenses/>.

__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit 4db9873

Please sign in to comment.