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

Commit 090329c

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 04206bd commit 090329c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

termius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
"""Package with CLI tool and API."""
3-
__version__ = '1.1.0'
3+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)