Skip to content

Commit 7ccf77f

Browse files
committed
Bump version: 3.1.0 → 3.1.1
1 parent b9e98ac commit 7ccf77f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33
commit = True
44
tag = True
55

nprompter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.1.1"
22
__notion_version__ = "2022-02-22"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nprompter"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "A web based teleprompter that uses Notion as a storage backend"
55
authors = ["Antonio Feregrino <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)