Skip to content

Commit b7d3ac6

Browse files
committed
Update to version 1.0.1
1 parent 5b651d6 commit b7d3ac6

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

PyMDL/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__title__ = 'PyMDL'
88
__license__ = 'MIT'
9-
__version__ = '1.0'
9+
__version__ = '1.0.1'

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Rocker2234
2727
RAiU14
2828

2929
## Last Release Changes
30-
* 0.1.0
31-
* First Stable release
30+
* 1.0.1
31+
* Fix more Typos
32+
* Fix incorrect filter when style is used
3233

3334
## License
3435

docs/source/info/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
* 1.0.1
4+
* Fix more Typos
5+
* Fix incorrect filter when style is used
6+
* Handle Empty Synopsis
37
* 1.0
48
* First Stable Release
59
* 0.1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='PyMDL',
10-
version='1.0',
10+
version='1.0.1',
1111
license='MIT',
1212
description='Web Scraping API to fetch data from MDL',
1313
url='https://github.com/Rocker2234/Python-MDL-API',

0 commit comments

Comments
 (0)