Skip to content

Commit a02fd69

Browse files
committed
fix version
1 parent 981a6ba commit a02fd69

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-streamfield",
8-
version="1.0.0",
8+
version="1.0.1",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",

streamfield/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name = "django-streamfield"
2-
VERSION: 1.0.0
1+
name = "streamfield"
2+
VERSION = '1.0.1'

0 commit comments

Comments
 (0)