Skip to content

Commit 99a8fbb

Browse files
committed
Become 0.8.2
1 parent 9eb8301 commit 99a8fbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.egg
33
.DS_Store
44
/.env
5+
/build
56
/dist
67
/MANIFEST
78
/venv*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run_tests(self):
3333

3434
setup(
3535
name='django-enumfields',
36-
version='0.8.1',
36+
version='0.8.2',
3737
author='HZDG',
3838
author_email='[email protected]',
3939
description='Real Python Enums for Django.',

0 commit comments

Comments
 (0)