Skip to content

Commit 27ecd6c

Browse files
committed
Bump to -dev version
1 parent a94633d commit 27ecd6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-test-published-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
unit-testing:
2121
strategy:
2222
matrix:
23-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
23+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
2424
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
2525
runs-on: ${{ matrix.os }}
2626
steps:

.github/workflows/python-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
unit-testing:
2323
strategy:
2424
matrix:
25-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
25+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
2626
os: [ "ubuntu-latest", "macos-latest" ]
2727
runs-on: ${{ matrix.os }}
2828
steps:

python/src/magika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "0.6.1"
16+
__version__ = "0.6.2-dev"
1717

1818

1919
import dotenv

0 commit comments

Comments
 (0)