Skip to content

Commit f034c96

Browse files
committed
Bump to 1.1.0
1 parent c607ec8 commit f034c96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github_activity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.1.0"
22
__all__ = ["get_activity", "generate_activity_md"]
33

44
from .github_activity import get_activity, generate_activity_md

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "github_activity"
77
description = "Grab recent issue/PR activity from a GitHub repository and render it as markdown."
88
# update verison with `tbump NEW_VERSION`
9-
version = "1.0.3"
9+
version = "1.1.0"
1010
dynamic = ["readme", "dependencies"]
1111
requires-python = ">=3.9"
1212
keywords = ["Development", "Changelog"]
@@ -57,7 +57,7 @@ fallback_version = "0.0.0"
5757
github_url = "https://github.com/executablebooks/github-activity"
5858

5959
[tool.tbump.version]
60-
current = "1.0.3"
60+
current = "1.1.0"
6161

6262
regex = '''
6363
(?P<major>\d+)

0 commit comments

Comments
 (0)