Skip to content

Commit 86c0a87

Browse files
authored
Bump version to 0.2.0 (#65)
* Bump version to 0.2.0 * Ignore ipython * setuptools
1 parent cf83192 commit 86c0a87

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
make development
5151
source virtualenv_run/bin/activate
5252
pip install -U safety
53-
safety check -i 44610 -i 51499 -i 51457 -i 39253 -i 44634 -i 50473
53+
safety check -i 44610 -i 51499 -i 51457 -i 39253 -i 44634 -i 50473 -i 52495 -i 53269

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/*
88
.cache/*
99
.*.swp
1010
.DS_Store
11+
.idea/
1112

1213
# Package files
1314
*.egg

magic_admin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.1.0'
1+
VERSION = '0.2.0'

0 commit comments

Comments
 (0)