Skip to content

Commit

Permalink
up version from 0.2.18 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Trifonov committed Jun 16, 2016
1 parent 1ecf476 commit 7dcf893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion seismograph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from .scope import set_default_program_layers


__version__ = '0.2.18'
__version__ = '0.3.0'


VERSION = tuple(map(int, __version__.split('.')))
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
EXTENSIONS = [
'mocker',
'alchemy',
'builder',
'selenium',
]

Expand All @@ -44,6 +45,9 @@
'alchemy': [
'sqlalchemy>=0.8',
],
'builder': [
'jsonschema>=1.0',
],
}

EX_CONSOLE_SCRIPTS = {
Expand Down

0 comments on commit 7dcf893

Please sign in to comment.