From 36df2d106250a3b372cd75f61ea058794d1aabc9 Mon Sep 17 00:00:00 2001 From: Tyberius Prime Date: Thu, 21 Nov 2024 08:45:48 +0100 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- python/pypipegraph2/__init__.py | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e5f06b..cdd0608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "pypipegraph2" -version = "3.3.1" +version = "3.4.0" dependencies = [ "backtrace", "colored", diff --git a/Cargo.toml b/Cargo.toml index afcf998..c6567cd 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pypipegraph2" -version = "3.3.1" +version = "3.4.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index ec237b0..c3b60ee 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ module-name = "pypipegraph2.pypipegraph2" [project] name = "pypipegraph2" -version = "3.3.1" +version = "3.4.0" description = "Advanced python 'what changed and what do we need to do' tracking" # long-description = "README.md" authors = [ diff --git a/python/pypipegraph2/__init__.py b/python/pypipegraph2/__init__.py index 0d052bd..10471c2 100755 --- a/python/pypipegraph2/__init__.py +++ b/python/pypipegraph2/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "3.3.1" +__version__ = "3.4.0" import logging import contextlib diff --git a/setup.cfg b/setup.cfg index ad338f9..8f363e4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = pypipegraph2 description = Advanced python 'what changed and what do we need to do' tracking -version = 3.3.1 +version = 3.4.0 author = Florian Finkernagel author-email = finkernagel@imt.uni-marburg.de license = mit