File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.0.3 "
1+ __version__ = "1.1.0 "
22__all__ = ["get_activity" , "generate_activity_md" ]
33
44from .github_activity import get_activity , generate_activity_md
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " github_activity"
77description = " 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 "
1010dynamic = [" readme" , " dependencies" ]
1111requires-python = " >=3.9"
1212keywords = [" Development" , " Changelog" ]
@@ -57,7 +57,7 @@ fallback_version = "0.0.0"
5757github_url = " https://github.com/executablebooks/github-activity"
5858
5959[tool .tbump .version ]
60- current = " 1.0.3 "
60+ current = " 1.1.0 "
6161
6262regex = '''
6363 (?P<major>\d+)
You can’t perform that action at this time.
0 commit comments