Skip to content

Commit

Permalink
Bumps version to 0.1 and specifies license clearly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stigen authored and Christian Stigen committed Mar 4, 2015
1 parent 4a17091 commit 1f4d060
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -204,5 +204,5 @@ License and author

Copyright (C) 2015 Christian Stigen Larsen

See the LICENSE file for terms.

Distributed under the BSD 3-Clause License. See the LICENSE.txt file for
the full text.
2 changes: 1 addition & 1 deletion crianza/__init__.py
Expand Up @@ -17,7 +17,7 @@
isstring,
)

__version__ = "0.0.1"
__version__ = "0.1"

__all__ = [
"CompileError",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,12 +5,12 @@

setup(
name="crianza",
version="0.0.1",
version="0.1",
author="Christian Stigen Larsen",
packages=["crianza"],
scripts=["bin/crianza"],
url="https://github.com/cslarsen/crianza",
license="LICENSE",
license="LICENSE.txt",
description="Simple VM and genetic programming framework.",
long_description=open("README.md").read(),
zip_safe=True,
Expand Down

0 comments on commit 1f4d060

Please sign in to comment.