Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Exposes the Orator version in a more standard way
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed May 14, 2017
1 parent ac67424 commit 9498167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions orator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-

__version__ = '0.9.5'

from .orm import Model, SoftDeletes, Collection, accessor, mutator, scope
from .database_manager import DatabaseManager
from .query.expression import QueryExpression
Expand Down
3 changes: 0 additions & 3 deletions orator/version.py

This file was deleted.

0 comments on commit 9498167

Please sign in to comment.