Skip to content

Commit

Permalink
bump version before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowosie committed Jan 2, 2024
1 parent be151f1 commit c2adaad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
format:
if: ${{ false }} # not ready yet
name: Check formatting
runs-on: ubuntu-latest
steps:
Expand All @@ -21,6 +22,7 @@ jobs:
run: tox -e format

lint:
if: ${{ false }} # not ready yet
name: Lint
runs-on: ubuntu-latest
steps:
Expand All @@ -37,6 +39,7 @@ jobs:
run: tox -e lint

typecheck:
if: ${{ false }} # not ready yet
name: Type check
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pnowosie.ifirma-api
version = 1.3.1
version = 1.5.0
description = iFirma API client.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit c2adaad

Please sign in to comment.