diff --git a/Cargo.toml b/Cargo.toml index 5867228e8..ce5418a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Kisio Digital ", "Guillaume Pinot "] name = "transit_model" -version = "0.42.2" +version = "0.43.0" license = "AGPL-3.0-only" description = "Transit data management" repository = "https://github.com/CanalTP/transit_model" diff --git a/gtfs2netexfr/Cargo.toml b/gtfs2netexfr/Cargo.toml index 9d6327145..a47ae7464 100644 --- a/gtfs2netexfr/Cargo.toml +++ b/gtfs2netexfr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtfs2netexfr" -version = "1.1.1" +version = "1.1.0" authors = ["Kisio Digital "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from GTFS format to NeTEx France" diff --git a/gtfs2ntfs/Cargo.toml b/gtfs2ntfs/Cargo.toml index f7c4f2c19..697bacb9b 100644 --- a/gtfs2ntfs/Cargo.toml +++ b/gtfs2ntfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtfs2ntfs" -version = "1.1.1" +version = "1.1.0" authors = ["Kisio Digital "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from GTFS format to NTFS" diff --git a/ntfs2gtfs/Cargo.toml b/ntfs2gtfs/Cargo.toml index fbea9bc4e..479091b87 100644 --- a/ntfs2gtfs/Cargo.toml +++ b/ntfs2gtfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntfs2gtfs" -version = "1.1.1" +version = "1.1.0" authors = ["Kisio Digital "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from NTFS format to GTFS" diff --git a/ntfs2netexfr/Cargo.toml b/ntfs2netexfr/Cargo.toml index 8a47e7470..65d2277aa 100644 --- a/ntfs2netexfr/Cargo.toml +++ b/ntfs2netexfr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntfs2netexfr" -version = "1.0.1" +version = "1.0.0" authors = ["Kisio Digital "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from NTFS format to NeTEx France" diff --git a/ntfs2ntfs/Cargo.toml b/ntfs2ntfs/Cargo.toml index 84ec74a87..5310c41e1 100644 --- a/ntfs2ntfs/Cargo.toml +++ b/ntfs2ntfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntfs2ntfs" -version = "1.0.1" +version = "1.0.0" authors = ["Kisio Digital "] license = "AGPL-3.0-only" description = "Binary to check and clean a NTFS"