Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
Now is as good a point as any to mark a 1.0.0 'release' and branch off a
dev branch so we keep master stable.
  • Loading branch information
chadbrubaker committed Nov 11, 2014
1 parent 7062563 commit 2e27cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nogotofail/__init__.py
Expand Up @@ -14,5 +14,5 @@
limitations under the License.
'''

version_info = (0, 1, 0)
version_info = (1, 0, 0)
__version__ = ".".join([str(v) for v in version_info])

0 comments on commit 2e27cb0

Please sign in to comment.