Skip to content

Commit

Permalink
fix(version): set the version used for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Jun 26, 2019
1 parent 35b6b67 commit 3873a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_handlers/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'pre0.0.1'
__version__ = '0.0.1.pre'

0 comments on commit 3873a5f

Please sign in to comment.