Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Sep 15, 2024
1 parent ec04c47 commit 6eda41c
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.4.0
conda install orthority>=0.5.0
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.4.0'
__version__ = '0.5.0'

0 comments on commit 6eda41c

Please sign in to comment.