Skip to content

Commit

Permalink
Bump version to 0.2.0 (#65)
Browse files Browse the repository at this point in the history
* Bump version to 0.2.0

* Ignore ipython

* setuptools
  • Loading branch information
justinnout authored Mar 16, 2023
1 parent cf83192 commit 86c0a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
make development
source virtualenv_run/bin/activate
pip install -U safety
safety check -i 44610 -i 51499 -i 51457 -i 39253 -i 44634 -i 50473
safety check -i 44610 -i 51499 -i 51457 -i 39253 -i 44634 -i 50473 -i 52495 -i 53269
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/*
.cache/*
.*.swp
.DS_Store
.idea/

# Package files
*.egg
Expand Down
2 changes: 1 addition & 1 deletion magic_admin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1.0'
VERSION = '0.2.0'

0 comments on commit 86c0a87

Please sign in to comment.