Skip to content

Commit e1d9d80

Browse files
committed
up the package version
1 parent 4c8394c commit e1d9d80

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# egg-info
2+
3+
*.egg-info/
4+
5+
# dist
6+
*dist/
7+
8+
# cache
9+
__pycache__/
10+
.cache/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "encrypted-json-field"
7-
version = "1.0.1"
7+
version = "1.1.4"
88
authors = [
99
{ name="El Majidi", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)