Skip to content

Commit 036d126

Browse files
committed
Updates version in preparation for PyPI upload.
1 parent 4c1a150 commit 036d126

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Eugene Morozov'
2525

2626
# The short X.Y version
27-
version = 'v0.1.0'
27+
version = 'v0.1.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v0.1.0'
29+
release = 'v0.1.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
setup(
1313
name='rdfpandas',
14-
version='0.1.0',
14+
version='0.1.1',
1515
description='RDF support for Pandas',
1616
long_description=readme,
1717
author='Eugene Morozov',
1818
author_email='emorozov@gmail.com',
1919
url='https://github.com/cadmiumkitty/rdfpandas',
20-
license=license,
20+
license='MIT',
2121
packages=find_packages(exclude=('tests', 'docs'))
2222
)
2323

0 commit comments

Comments
 (0)