Skip to content

Commit 3d6eaa1

Browse files
committed
Bump version to 0.1.3, add arrow to pip install requirement
1 parent 6d07fdf commit 3d6eaa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

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

88
setup(
99
name="PyCovenantSQL",
10-
version="0.1.2",
10+
version="0.1.3",
1111
url='https://github.com/CovenantSQL/python-driver/',
1212
project_urls={
1313
"Documentation": "https://pycovenantsql.readthedocs.io/",
@@ -17,6 +17,7 @@
1717
packages=find_packages(exclude=['tests*', 'pycovenantsql.tests*']),
1818
install_requires=[
1919
"requests",
20+
"arrow",
2021
],
2122
classifiers=[
2223
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)