Skip to content

Commit

Permalink
Minor metdata updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubonan committed Dec 23, 2020
1 parent 3c80abb commit 51ada8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ Added tab(\t) to the regex for delimiter when parsing keyword-values.
-----

* Fix bugs where tags with `False` values ignored when reading and wrongly set to `True` when writing. This affects input/output using python types.

0.1.6
-----

* minor package metadata updates
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os import path
import os

version = '0.1.5'
version = '0.1.6'
if __name__ == '__main__':

# Check if in a CI environment
Expand Down Expand Up @@ -35,7 +35,7 @@
long_description_content_type='text/markdown',
name='castepinput',
author='Bonan Zhu',
author_email='bon.zhu@protonmail.com',
author_email='zhubonan@outlook.com',
classifiers=[
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand All @@ -44,7 +44,7 @@
"Development Status :: 4 - Beta"
],
description="A general reader/writer for CASTEP inputs",
url="https://github.com/bz1/castepinput",
url="https://github.com/zhubonan/castepinput",
license="MIT License",
version=version,
extras_require={'testing': ['pytest']},
Expand Down

0 comments on commit 51ada8b

Please sign in to comment.