Skip to content

Commit

Permalink
main: bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balinthaller committed Dec 10, 2020
1 parent 0773fc7 commit d37bd72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Carte Flyover
[![PyPI version](https://badge.fury.io/py/carte-flyover.svg)](https://badge.fury.io/py/carte-flyover)
[![PyPI version](https://badge.fury.io/py/flyover.svg)](https://badge.fury.io/py/flyover)
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/carte-flyover.svg)](https://pypi.org/project/carte-flyover/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flyover.svg)](https://pypi.org/project/flyover/)


Flyover is a Python library for extracting metadata from your data sources and generating structured Markdown files from it. It's a companion library to Carte, a lightweight data catalog for fast moving data teams. Flyover currently supports the AWS Glue catalog but more sources are coming.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '0.1.0'
__version__ = '0.1.2'

requirements = [
"boto3>=1.16.25",
Expand All @@ -23,5 +23,6 @@
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit d37bd72

Please sign in to comment.