Skip to content

Commit 8fc6481

Browse files
committed
Bump version: 1.0.4 → 1.0.5
1 parent 7e63bb8 commit 8fc6481

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_psdb_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Sadra Yahyapour"""
44
__email__ = "[email protected]"
5-
__version__ = "1.0.4"
5+
__version__ = "1.0.5"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4
2+
current_version = 1.0.5
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
test_suite="tests",
4040
tests_require=test_requirements,
4141
url="https://github.com/lnxpy/django-psdb-engine",
42-
version="1.0.4",
42+
version="1.0.5",
4343
zip_safe=False,
4444
)

0 commit comments

Comments
 (0)