tv42 / gitosis

software for hosting git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup.py version doesn't match release tag

welshjf opened this issue · comments

setup.py still reports version 0.2.

Yeah correct @welshjf release shows that version 0.3 is out since 2015 and here is setup.py

setup(
    name = "gitosis",
    version = "0.2",
    packages = find_packages(),

    author = "Tommi Virtanen",
    author_email = "tv@eagain.net",
    description = "software for hosting git repositories",
    long_description = """

@tv42 may need to consider updating it.
😸 😸