Skip to content

Commit 6eda41c

Browse files
committed
bump version
1 parent ec04c47 commit 6eda41c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/install-test-conda-forge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install package
3131
run: |
3232
conda info
33-
conda install orthority>=0.4.0
33+
conda install orthority>=0.5.0
3434
conda list
3535
3636
- name: Install OpenCV Linux dependencies

orthority/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# You should have received a copy of the GNU Affero General Public License along with Orthority.
1414
# If not, see <https://www.gnu.org/licenses/>.
1515

16-
__version__ = '0.4.0'
16+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)