diff --git a/Cargo.toml b/Cargo.toml index edfddc7..6ca104a 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pypipegraph2" -version = "3.1.2" +version = "3.1.3" 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 f178cb9..d40481e 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ module-name = "pypipegraph2.pypipegraph2" [project] name = "pypipegraph2" -version = "3.1.2" +version = "3.1.3" 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 9e00078..1b7b24b 100755 --- a/python/pypipegraph2/__init__.py +++ b/python/pypipegraph2/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "3.1.2" +__version__ = "3.1.3" import logging import contextlib diff --git a/setup.cfg b/setup.cfg index 8b59bac..e1adac0 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.1.2 +version = 3.1.3 author = Florian Finkernagel author-email = finkernagel@imt.uni-marburg.de license = mit