Skip to content

Commit

Permalink
Merge pull request #108 from hakonanes/fix-version
Browse files Browse the repository at this point in the history
Remove dev0 from version...
  • Loading branch information
hakonanes authored Jan 4, 2020
2 parents a85bcdd + 65f194c commit f65109f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ matrix:

- name: "Python 3.7 with conda on Windows Server, version 1803"
os: windows
env: PATH="/c/tools/miniconda3/:/c/tools/miniconda3/Scripts:$PATH"
env: PATH="/c/tools/miniconda3/:/c/tools/miniconda3/Scripts:$PATH"; DEPLOY=true

- name: "Python 3.7 with pip on Windows Server, version 1803"
os: windows
env: export ENV=pip; PATH="/c/Python37:/c/Python37/Scripts:$PATH"; DEPLOY=true
env: export ENV=pip; PATH="/c/Python37:/c/Python37/Scripts:$PATH";

sudo: True # for Miniconda

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://api.travis-ci.org/kikuchipy/kikuchipy.svg?branch=master)](https://travis-ci.org/kikuchipy/kikuchipy) [![Coverage Status](https://coveralls.io/repos/github/kikuchipy/kikuchipy/badge.svg?branch=master)](https://coveralls.io/github/kikuchipy/kikuchipy?branch=master) [![Documentation Status](https://readthedocs.org/projects/kikuchipy/badge/?version=latest)](https://kikuchipy.readthedocs.io/en/latest/?badge=latest) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Build Status](https://api.travis-ci.org/kikuchipy/kikuchipy.svg?branch=master)](https://travis-ci.org/kikuchipy/kikuchipy) [![Coverage Status](https://coveralls.io/repos/github/kikuchipy/kikuchipy/badge.svg?branch=master)](https://coveralls.io/github/kikuchipy/kikuchipy?branch=master) [![Documentation Status](https://readthedocs.org/projects/kikuchipy/badge/?version=latest)](https://kikuchipy.readthedocs.io/en/latest/?badge=latest) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![DOI](https://zenodo.org/badge/160169099.svg)](https://zenodo.org/badge/latestdoi/160169099)

*KikuchiPy is an open-source Python library for processing and analysis of
electron backscatter diffraction (EBSD) patterns.*
Expand Down Expand Up @@ -27,4 +27,4 @@ to get started!
#### Cite

If analysis using KikuchiPy forms a part of published work, please consider
recognizing the code development, by for now citing HyperSpy.
recognizing the code development by citing the DOI above.
5 changes: 4 additions & 1 deletion doc/cite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ Cite
====

If analysis using KikuchiPy forms a part of published work please consider
recognizing the code development, by for now citing HyperSpy.
recognizing the code development by citing this DOI:

.. image:: https://zenodo.org/badge/160169099.svg
:target: https://zenodo.org/badge/latestdoi/160169099
2 changes: 1 addition & 1 deletion kikuchipy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
maintainer_email = "[email protected]"
name = "kikuchipy"
status = "Development"
version = "0.1.0dev"
version = "0.1.0"

0 comments on commit f65109f

Please sign in to comment.