Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed May 17, 2016
1 parent 27a160d commit 4bb2157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Expand Up @@ -5,7 +5,7 @@
from .utils.version import get_version


VERSION = (1, 3, 1, 'final', 0)
VERSION = (1, 3, 2, 'alpha', 0)

__version__ = version = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[aliases]
release = clean sdist bdist_wheel build_sphinx upload upload_docs
release = clean sdist bdist_wheel upload

[pep8]
exclude = __pycache__,dist,build,docs
Expand Down

0 comments on commit 4bb2157

Please sign in to comment.