Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Nov 25, 2024
1 parent 1a5225c commit 352b618
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.4.1"
version = "3.4.2"
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.4.1"
version = "3.4.2"
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.4.1"
__version__ = "3.4.2"

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.4.1
version = 3.4.2
author = Florian Finkernagel
author-email = [email protected]
license = mit
Expand Down

0 comments on commit 352b618

Please sign in to comment.