Skip to content

Commit

Permalink
πŸ”€ Resolve conflicts from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 20, 2024
2 parents ac8ff10 + 7a215ba commit b0a2013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ name: Publish Python 🐍 distribution πŸ“¦ to PyPI and TestPyPI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mowl-borg",
version="1.0.2-dev.2",
version="1.0.2-dev.3",
author="Bio-Ontology Research Group",
author_email="[email protected]",
description="mOWL: A machine learning library with ontologies",
Expand Down

0 comments on commit b0a2013

Please sign in to comment.