Skip to content

Commit d1ad059

Browse files
authored
release 0.11.0
1 parent c41ab9c commit d1ad059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osctiny/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__all__ = ['Osc', 'bs_requests', 'buildresults', 'comments', 'packages',
88
'projects', 'search', 'users']
9-
__version__ = "0.10.8"
9+
__version__ = "0.11.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _filter(requires):
2626

2727
setup(
2828
name='osc-tiny',
29-
version='0.10.8',
29+
version='0.11.0',
3030
description='Client API for openSUSE BuildService',
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)