Skip to content

Commit

Permalink
Bump version number and mark as beta until pynbody 2 is out of beta
Browse files Browse the repository at this point in the history
Clear up un-needed imports at package level
  • Loading branch information
apontzen committed Mar 16, 2024
1 parent 99f8e2c commit b3a3fd2
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions tangos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,8 @@
"""

import sqlalchemy
import sqlalchemy.orm.session
from sqlalchemy import (
Boolean,
Column,
DateTime,
Float,
ForeignKey,
Index,
Integer,
String,
and_,
create_engine,
or_,
orm,
)
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import backref, clear_mappers, deferred, relationship, sessionmaker
from sqlalchemy.orm.session import Session

from . import core, log, properties
from .core import *
from .query import *

__version__ = '1.9.1'
__version__ = '1.9.2-beta'

0 comments on commit b3a3fd2

Please sign in to comment.