Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 47b0aa0

Browse files
author
Daniel Kovacs
committed
Bump version: 0.7.0 → 0.7.1
1 parent eb5191e commit 47b0aa0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.7.1
33

44
[bumpversion:file:setup.py]
55

Diff for: package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: sutils
88
description: Smart utilities for smart python programmers
9-
version: 0.7.0
9+
version: 0.7.1
1010
type: py-lib
1111
url: https://github.com/ultralightweight/sutils
1212
scm-url: [email protected]:ultralightweight/sutils.git

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ---------------------------------------------------------------------------------------
1212

1313
NAME = "sutils"
14-
VERSION = "0.7.0"
14+
VERSION = "0.7.1"
1515
DESCRIPTION = """Smart utilities for smart python programmers"""
1616
AUTHOR = "Daniel Kovacs"
1717
AUTHOR_EMAIL = "[email protected]"

Diff for: src/sutils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__description__ = "Smart Utilities"
2525
__license__ = "GPLv3+"
2626
__uri__ = "https://github.com/ultralightweight/sutils"
27-
__version__ = "0.7.0"
27+
__version__ = "0.7.1"
2828

2929
from .primitives import *
3030
from .logging_utils import *

0 commit comments

Comments
 (0)