Skip to content

Commit f88ec0c

Browse files
committed
version bump
1 parent d45d640 commit f88ec0c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dynamicforms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "DynamicForms"
2-
__version__ = "0.81.3"
2+
__version__ = "0.81.4"
33
__author__ = "Jure Erznožnik"
44
__email__ = "jure.erznoznik@gmail.com"
55
__license__ = "BSD 3-Clause"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dynamicform-project",
33
"private": false,
4-
"version": "0.81.3",
4+
"version": "0.81.4",
55
"description": "Data entry boilerplate components and a RESTful API consumer",
66
"author": "velis74",
77
"license": "UNLICENSED",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dynamicforms"
7-
version = "0.81.3"
7+
version = "0.81.4"
88
description = "DyF performs all the visualisation & data entry of your DRF Serializers & ViewSets and adds some candy of its own"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)