pipe21 1.7.1__tar.gz → 1.7.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pipe21
3
- Version: 1.7.1
3
+ Version: 1.7.2
4
4
  Summary: simple functional pipes
5
5
  Author-email: Alexander Rodionov <tandav@tandav.me>
6
6
  Project-URL: source, https://github.com/tandav/pipe21
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pipe21
3
- Version: 1.7.1
3
+ Version: 1.7.2
4
4
  Summary: simple functional pipes
5
5
  Author-email: Alexander Rodionov <tandav@tandav.me>
6
6
  Project-URL: source, https://github.com/tandav/pipe21
@@ -2,7 +2,7 @@ import functools
2
2
  import itertools
3
3
  import re
4
4
 
5
- __version__ = '1.7.1'
5
+ __version__ = '1.7.2'
6
6
 
7
7
 
8
8
  class B:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pipe21"
3
- version = "1.7.1"
3
+ version = "1.7.2"
4
4
  authors = [
5
5
  {name = "Alexander Rodionov", email = "tandav@tandav.me"},
6
6
  ]
@@ -37,7 +37,7 @@ build-backend = "setuptools.build_meta"
37
37
  # ==============================================================================
38
38
 
39
39
  [tool.bumpver]
40
- current_version = "v1.7.1"
40
+ current_version = "v1.7.2"
41
41
  version_pattern = "vMAJOR.MINOR.PATCH"
42
42
  commit_message = "bump version {old_version} -> {new_version}"
43
43
  commit = true
File without changes
File without changes