Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Jul 16, 2024
1 parent ca3b2b7 commit 7894586
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pypipegraph2"
version = "3.1.0"
version = "3.1.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module-name = "pypipegraph2.pypipegraph2"

[project]
name = "pypipegraph2"
version = "3.1.0"
version = "3.1.1"
description = "Advanced python 'what changed and what do we need to do' tracking"
# long-description = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion python/pypipegraph2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "3.1.0"
__version__ = "3.1.1"

import logging
import contextlib
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[metadata]
name = pypipegraph2
description = Advanced python 'what changed and what do we need to do' tracking
version = 3.1.0
version = 3.1.1
author = Florian Finkernagel
author-email = finkernagel@imt.uni-marburg.de
license = mit
Expand Down

0 comments on commit 7894586

Please sign in to comment.