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

Commit

Permalink
pulsar 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed May 18, 2015
1 parent ebd2972 commit c622997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ver. 1.0.0 - 2015-May-17
Ver. 1.0.0 - 2015-May-18
===========================

* Python 3.4 and above
Expand Down
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .utils.version import get_version

VERSION = (1, 0, 0, 'beta', 0)
VERSION = (1, 0, 0, 'final', 0)

__version__ = version = get_version(VERSION)
__license__ = "BSD"
Expand Down

0 comments on commit c622997

Please sign in to comment.