Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
audiolion committed Apr 21, 2018
1 parent 519f47a commit 1f5bdc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apistar_jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

__author__ = """Ryan Castner"""
__email__ = '[email protected]'
__version__ = '0.4.1'
__version__ = '0.4.2'

__all__ = ['JWTUser', 'JWT', 'anonymous_allowed', 'authentication_required']
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.4.1
current_version = 0.4.2
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 @@ -28,7 +28,7 @@

setup(
name='apistar_jwt',
version='0.4.1',
version='0.4.2',
description="A JSON Web Token Component for API Star",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1f5bdc8

Please sign in to comment.