Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release-0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Oct 8, 2016
2 parents 56c9115 + 8a6eefa commit 08593fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aioxmpp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
########################################################################

version_info = (0, 7, 0, None)
version_info = (0, 7, 1, None)

__version__ = ".".join(map(str, version_info[:3])) + ("-"+version_info[3] if
version_info[3] else "")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
url="https://github.com/horazont/aioxmpp",
author="Jonas Wielicki",
author_email="jonas@wielicki.name",
license="GPLv3",
license="LGPLv3+",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 08593fb

Please sign in to comment.