Skip to content

Commit

Permalink
0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Mar 20, 2018
1 parent 3edcb78 commit 459daca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion presamples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]


__version__ = (0, 0, 'dev0')
__version__ = (0, 1)

from .campaigns import Campaign, PresampleResource
from .indexer import Indexer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def package_files(directory):

setup(
name='presamples',
version="0.0.dev0",
version="0.1",
packages=packages,
author="Pascal Lesage",
author_email="pascal.lesage@polymtl.ca",
Expand Down

0 comments on commit 459daca

Please sign in to comment.