Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py version doesn't match release tag #13

Open
welshjf opened this issue Sep 7, 2016 · 1 comment
Open

setup.py version doesn't match release tag #13

welshjf opened this issue Sep 7, 2016 · 1 comment

Comments

@welshjf
Copy link

welshjf commented Sep 7, 2016

setup.py still reports version 0.2.

@arpit1997
Copy link

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 = "[email protected]",
    description = "software for hosting git repositories",
    long_description = """

@tv42 may need to consider updating it.
😸 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants