Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Fix: version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Sep 23, 2010
1 parent 8949b3f commit aee9f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lastfmauth/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 1, 0, "a", "1") VERSION = (0, 1, 0, "a", "2")


def get_version(): def get_version():
version = "%s.%s" % (VERSION[0], VERSION[1]) version = "%s.%s" % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit aee9f81

Please sign in to comment.