Skip to content

Commit

Permalink
dump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelskiy committed Oct 5, 2024
1 parent d8bc172 commit f31e061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ujenkins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ujenkins.adapters.sync import JenkinsClient
from ujenkins.exceptions import JenkinsError, JenkinsNotFoundError

__version__ = '0.11.0'
__version__ = '0.11.1'

__all__ = (
# adapters
Expand Down

0 comments on commit f31e061

Please sign in to comment.