Skip to content

Commit 5471f47

Browse files
author
PPB InfoSec Engineering
committed
x
1 parent 453e02d commit 5471f47

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.pyc
22
__pycache__
33
/dist
4+
/build
45
*.egg-info
56
.coverage
67
.reports

dbcleanup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.1.7'
1+
__version__ = '0.1.8'
22

33
default_app_config = 'dbcleanup.apps.DBCleanupConfig'

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ license = MIT
1010
classifiers =
1111
Development Status :: 5 - Production/Stable
1212
Framework :: Django
13-
License :: Free for any use
1413
License :: OSI Approved :: MIT License
1514
Intended Audience :: Developers
1615
Operating System :: OS Independent

0 commit comments

Comments
 (0)