Skip to content

Commit 662bf6c

Browse files
committed
v0.2.0
1 parent a9977a6 commit 662bf6c

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
rev: 3.9.2
2525
hooks:
2626
- id: flake8
27-
exclude: '^swagger_client/|errocode.py'
27+
exclude: '^swagger_client/'
2828
args:
2929
- "--max-line-length=120"
3030
- repo: https://github.com/PyCQA/isort

goplus/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION = (0, 1, 6)
14+
VERSION = (0, 2, 0)
1515

1616
__version__ = ".".join(map(str, VERSION))

goplus/errocode.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)