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

Commit

Permalink
Normalize dev version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Apr 1, 2015
1 parent 5b51923 commit ca8bd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxii_services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2014 - The MITRE Corporation
# For license information, see the LICENSE.txt file

__version__ = "0.5-dev"
__version__ = "0.5.dev0"

def register_admins(admin_list=None):
"""
Expand Down

0 comments on commit ca8bd20

Please sign in to comment.