Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 5, 2018
1 parent 4af1500 commit ce22820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import marshmallow as ma
from read_env import read_env as _read_env

__version__ = '2.0.0'
__version__ = '2.0.0.post0'
__all__ = ['EnvError', 'Env']

class EnvError(Exception):
Expand Down

0 comments on commit ce22820

Please sign in to comment.