We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce35981 commit 479f2aaCopy full SHA for 479f2aa
sajilo_orm/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = 'Sajilo ORM'
2
-__version__ = '0.0.5'
+__version__ = '0.0.6'
3
__author__ = 'learningnoobi (Bishal Rai)'
4
5
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='sajilo-orm',
10
- version='0.0.5',
+ version='0.0.6',
11
description='Sarai Sajilo lightweight ORM inspired by Django ORM with nepali twist',
12
long_description=README,
13
long_description_content_type="text/markdown",
0 commit comments