We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc458d commit 30edb70Copy full SHA for 30edb70
QOpenScienceFramework/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.3"
+__version__ = "1.1.4"
2
__author__ = "Daniel Schreij"
3
4
import os
setup.py
@@ -27,7 +27,7 @@
27
'arrow',
28
'humanize',
29
'python-fileinspector',
30
- 'requests_oauthlib',
+ 'requests-oauthlib',
31
'qtawesome',
32
],
33
include_package_data=True,
upload_to_pypi
@@ -0,0 +1,4 @@
+#!/bin/bash
+rm -Rf deb_dist dist
+python setup.py sdist upload
+python setup.py bdist_wheel upload
0 commit comments