We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981a6ba commit a02fd69Copy full SHA for a02fd69
2 files changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="django-streamfield",
8
- version="1.0.0",
+ version="1.0.1",
9
author="Yury Lapshinov",
10
author_email="y.raagin@gmail.com",
11
description="StreamField for native Django Admin or with Grappelli",
streamfield/__init__.py
@@ -1,2 +1,2 @@
1
-name = "django-streamfield"
2
-VERSION: 1.0.0
+name = "streamfield"
+VERSION = '1.0.1'
0 commit comments