Skip to content

Commit

Permalink
Move to new dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Feb 20, 2014
1 parent e804751 commit 95b8c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flask_assets.py
Expand Up @@ -8,8 +8,8 @@
from webassets.loaders import PythonLoader, YAMLLoader


__version__ = (0, 9)
__webassets_version__ = (0, 9) # webassets core compatibility. used in setup.py
__version__ = (0, 10, 'dev')
__webassets_version__ = ('dev',) # webassets core compatibility. used in setup.py


__all__ = ('Environment', 'Bundle',)
Expand Down

0 comments on commit 95b8c99

Please sign in to comment.