Skip to content

Commit cd79ba1

Browse files
committed
update version
1 parent b210255 commit cd79ba1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

automatminer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__author__ = 'Alex Dunn, Qi Wang, Alex Ganose, Daniel Dopp, Anubhav Jain'
88
__author_email__ = '[email protected]'
99
__license__ = 'Modified BSD'
10-
__version__ = '2019.01.25_beta'
10+
__version__ = '2019.01.26_beta'

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
url='https://github.com/hackingmaterials/automatminer',
2121
author=['Alex Dunn', 'Alex Ganose', 'Alireza Faghaninia', 'Qi Wang',
2222
'Anubhav Jain'],
23-
24-
25-
23+
author_email='[email protected]',
2624
license='modified BSD',
2725
packages=find_packages(),
2826
package_data={},

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def make_doc(ctx):
2626
def publish(ctx):
2727
ctx.run("rm dist/*.*", warn=True)
2828
ctx.run("python3 setup.py sdist bdist_wheel")
29-
ctx.run("twine upload dist/*")
29+
ctx.run("twine upload dist/* --verbose")
3030

3131

3232
@task

0 commit comments

Comments
 (0)