updating to version 1.0.0

This commit is contained in:
2020-03-07 20:41:39 +00:00
parent 805067521f
commit 3ec71d7076
3 changed files with 12 additions and 2 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
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).
## [1.0.0] - 2020-03-07
### Added
- Initial version

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "musicbrainzapi" name = "musicbrainzapi"
version = "0.1.0" version = "1.0.0"
description = "" description = ""
authors = ["dtomlinson <dtomlinson@williamhill.co.uk>"] authors = ["dtomlinson <dtomlinson@williamhill.co.uk>"]

View File

@@ -1 +1 @@
__version__ = '0.1.0' __version__ = '1.0.0'