Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-roberts committed Jul 2, 2022
1 parent 44caba2 commit a9a1338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ before_script:
- source venv/bin/activate

test:
only: [tags]
script:
- python setup.py test

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='gitlab-lint',
version='0.3.0',
version='0.4.0',
py_modules=['gitlab-lint'],
author="Elijah Roberts",
author_email="[email protected]",
Expand Down

0 comments on commit a9a1338

Please sign in to comment.