Skip to content

Commit

Permalink
Merge pull request #12 from Pactortester/develop
Browse files Browse the repository at this point in the history
build: update version number
  • Loading branch information
Pactortester authored Jun 16, 2022
2 parents 3c94ace + 419f152 commit 58c3ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Workflow for Codecov swaggerjmx
on: [push, pull_request]
on: [pull_request]
jobs:
run:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion swaggerjmx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
__description__ = "Swagger or YApi convert jmx tool! Created: Lijiawei. Version {}".format(__version__)

0 comments on commit 58c3ea4

Please sign in to comment.