~jonnyjd/python-discid/master

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Johannes Dewender
  • Date: 2019-02-23 11:15:06 UTC
  • Revision ID: git-v1:e5c2a6c77e4d5b7d527c465b8dc37015b4da743d
Tags: v1.2.0
set version/CHANGES for 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    long_description = readme.read()
46
46
 
47
47
setup(name="discid",
48
 
        version="1.1.1",
 
48
        version="1.2.0",
49
49
        description="Python binding of Libdiscid",
50
50
        long_description=long_description,
51
51
        author="Johannes Dewender",