Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Dec 15, 2022
1 parent 420fafd commit 99fa25e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ __pycache__/
materialdatabase.egg-info/
tests/temp/
.eggs/
build/
dist/

# Files

Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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).


## [Unreleased]


## [0.1.0] - 2022-12-15
### Initial functionality
* Materials: N95, N97, N49
* Manufacturer datasheets
* Measurement data (measured at Paderborn University / LEA department)
* Interfaces to FEMMT


[Unreleased]: https://github.com/upb-lea/materialdatabase/compare/0.1.0...HEAD
[0.1.0]: https://github.com/upb-lea/materialdatabase/compare/0.1.0...0.1.0


8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@



# with open('CHANGELOG.md') as history_file:
# history = history_file.read()
with open('CHANGELOG.md') as history_file:
history = history_file.read()



Expand Down Expand Up @@ -76,7 +76,7 @@
"Documentation": "",
"Source Code": "https://github.com/upb-lea/materialdatabase",
},
version='0.0.0',
version='0.1.0',
zip_safe=False,
#data_files=[('', ['CHANGELOG.md'])]
data_files=[('', ['CHANGELOG.md'])]
)

0 comments on commit 99fa25e

Please sign in to comment.