Skip to content

Commit 06ec949

Browse files
version
1 parent 8e12801 commit 06ec949

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88

99
jobs:
10-
build:
10+
PR-validation:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 22.6.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-yaml
1010
- id: check-toml
@@ -16,7 +16,7 @@ repos:
1616
args:
1717
- --maxkb=1000
1818
- repo: https://github.com/Lucas-C/pre-commit-hooks
19-
rev: v1.3.0
19+
rev: v1.5.5
2020
hooks:
2121
- id: remove-crlf
2222
- id: remove-tabs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="aco_routing",
11-
version="1.1.1",
11+
version="1.2.1",
1212
packages=find_packages(exclude="tests"),
1313
description="A Python package to find the shortest path in a graph using Ant Colony Optimization (ACO)",
1414
long_description=long_description,

0 commit comments

Comments
 (0)