Changeset 46:addbbca0fb23 in pyenvjasmine


Ignore:
Timestamp:
Sep 4, 2019, 4:29:56 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Replaced the project URL in setup.py, bumped version to 0.3.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r44 r46  
    22from distutils.core import setup
    33
    4 version = '0.3.0'
     4version = '0.3.1'
    55
    66requires = [
     
    3838        ['runner.html', 'runner3.html', 'run-jasmine3.js']
    3939        },
    40     url='https://bitbucket.org/codigo23/pyenvjasmine',
     40    url='https://code.codigo23.net/trac/wiki/pyenvjasmine',
    4141    download_url='http://pypi.python.org/pypi/pyenvjasmine#downloads',
    4242    license='BSD licence, see LICENSE',
Note: See TracChangeset for help on using the changeset viewer.