Skip to content

Commit 2aecaeb

Browse files
committed
bump version
1 parent d3def58 commit 2aecaeb

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ can perform data engineering in [`Pandas`](https://pandas.pydata.org) and genera
1313
Install `data_algebra` with either of:
1414

1515
* `pip install data_algebra`
16-
* `pip install https://github.com/WinVector/data_algebra/raw/master/dist/data_algebra-0.3.6.tar.gz`
16+
* `pip install https://github.com/WinVector/data_algebra/raw/master/dist/data_algebra-0.3.7.tar.gz`
1717

1818
# Announcement
1919

build/lib/data_algebra/__init__.py

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

33

44
__docformat__ = "restructuredtext"
5-
__version__ = "0.3.6"
5+
__version__ = "0.3.7"
66

77
__doc__ = """
88
`data_algebra`<https://github.com/WinVector/data_algebra> is a piped data wrangling system

coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ data_algebra/yaml.py 101 13 87%
7575
TOTAL 3532 808 77%
7676

7777

78-
============================== 74 passed in 6.92s ==============================
78+
============================== 74 passed in 8.08s ==============================

data_algebra.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: data-algebra
3-
Version: 0.3.6
3+
Version: 0.3.7
44
Summary: data_algebra is a data manipulation language that can both generate SQL queries and work on Pandas DataFrames.
55
Home-page: https://github.com/WinVector/data_algebra
66
Author: John Mount

data_algebra/__init__.py

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

33

44
__docformat__ = "restructuredtext"
5-
__version__ = "0.3.6"
5+
__version__ = "0.3.7"
66

77
__doc__ = """
88
`data_algebra`<https://github.com/WinVector/data_algebra> is a piped data wrangling system

dist/data_algebra-0.3.6.tar.gz

-48.4 KB
Binary file not shown.

dist/data_algebra-0.3.7.tar.gz

48.4 KB
Binary file not shown.

setup.py

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

2121
setuptools.setup(
2222
name='data_algebra',
23-
version='0.3.6',
23+
version='0.3.7',
2424
author='John Mount',
2525
author_email='[email protected]',
2626
url='https://github.com/WinVector/data_algebra',

0 commit comments

Comments
 (0)