Skip to content

Commit

Permalink
Bump version: 0.0.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed Jul 7, 2018
1 parent e54ab17 commit 36e0b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kibitzr_email/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__all__ = (EmailPromoter)
__version__ = '0.0.1'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 1.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='kibitzr_email',
version='0.0.1',
version='1.0.0',
description="Email fetcher for Kibitzr",
long_description="TBD",
author="Peter Demin",
Expand Down

0 comments on commit 36e0b2f

Please sign in to comment.