Skip to content

Commit

Permalink
duplicate version in setup.py
Browse files Browse the repository at this point in the history
and set version with the Makefile and "make version"
  • Loading branch information
JonnyJD committed Feb 23, 2019
1 parent 9a5993c commit fe07858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sys
import unittest
from distutils.core import setup, Command
from discid import __version__


class Test(Command):
Expand Down Expand Up @@ -46,7 +45,7 @@ def run(self):
long_description = readme.read()

setup(name="discid",
version=__version__,
version="1.1.1",
description="Python binding of Libdiscid",
long_description=long_description,
author="Johannes Dewender",
Expand Down

0 comments on commit fe07858

Please sign in to comment.