Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Bump version number for release of 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nordhausen committed Jan 18, 2017
1 parent 07de604 commit adc4f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
summary = 'Merge YAML data from given files, dir or file glob'
authors = [Author('Schlomo Schapiro', "schlomo.schapiro@immobilienscout24.de")]
url = 'https://github.com/ImmobilienScout24/yamlreader'
version = '3.0.2'
version = '3.0.3'
description = open("README.rst").read()
license = 'Apache License 2.0'

Expand Down
2 changes: 1 addition & 1 deletion src/main/python/yamlreader/yamlreader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function, absolute_import, unicode_literals, division

__version__ = '3.0.2'
__version__ = '3.0.3'

from yaml import MarkedYAMLError, safe_load, safe_dump
import glob
Expand Down

0 comments on commit adc4f9e

Please sign in to comment.