Skip to content

Commit 9d45e61

Browse files
committed
bump version 1.0.1 -> 1.1.0
1 parent 273fd5b commit 9d45e61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tabbed"
7-
version = "1.0.1"
7+
version = "1.1.0"
88
description = """
99
An iterative reader of irregular text files
1010
"""
@@ -65,7 +65,7 @@ where = ["src"]
6565

6666
# bumpver configuration
6767
[tool.bumpver]
68-
current_version = "1.0.1"
68+
current_version = "1.1.0"
6969
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7070
commit_message = 'bump version {old_version} -> {new_version}'
7171
commit = true

src/tabbed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tabbed's version"""
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0"
44

55
from . import reading, sniffing, tabbing, utils
66

0 commit comments

Comments
 (0)