Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsuarezdiaz committed Dec 1, 2018
1 parent 2ae5789 commit d42e75d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.0] - 2018-12-01

### Added

Expand Down Expand Up @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Readme file, sphinx docs and installation setup.


[Unreleased]: https://github.com/jlsuarezdiaz/pyDML/compare/v0.0.1...HEAD

[Unreleased]: https://github.com/jlsuarezdiaz/pyDML/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/jlsuarezdiaz/pyDML/compare/v0.0.1...v0.1.0

<!-- (Valid tags are: ADDED, CHANGED, FIXED, REMOVED, DEPRECATED, SECURITY) -->
19 changes: 11 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
name='pyDML',

# Version
version='0.0.1',
version='0.1.0',

# Description
description='Distance Metric Learning algorithms for Python',
Expand All @@ -41,7 +41,7 @@
author='Juan Luis Suárez Díaz',

# Author email
author_email='jlsuarezdiaz@correo.ugr.es',
author_email='[email protected]',

# Classifiers
classifiers=[
Expand Down Expand Up @@ -87,12 +87,15 @@
package_data={},

# Project urls
# project_urls={
# 'Bug Reports': 'https://github.com/jlsuarezdiaz/pyDML/issues',
# 'Funding': 'https://github.com/jlsuarezdiaz/pyDML',
# 'Say Thanks!': 'mailto:[email protected]',
# 'Source': 'https://github.com/jlsuarezdiaz/pyDML',
# },
project_urls={
'Bug Reports': 'https://github.com/jlsuarezdiaz/pyDML/issues',
# 'Funding': 'https://github.com/jlsuarezdiaz/pyDML',
'Say Thanks!': 'https://saythanks.io/to/jlsuarezdiaz',
# 'Contact': 'mailto:[email protected]',
'Source': 'https://github.com/jlsuarezdiaz/pyDML',
'Documentation': 'https://pydml.readthedocs.io/',
'Software Stats': 'https://jlsuarezdiaz.github.io/software/pyDML/stats/',
},

long_description_content_type='text/markdown',

Expand Down

0 comments on commit d42e75d

Please sign in to comment.