Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
bump 10.1.1a0--
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Jun 5, 2019
1 parent f5428f3 commit 079f865
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ wltp: generate WLTC gear-shifts based on vehicle characteristics
################################################################
|dev-status| |build-status| |cover-status| |docs-status| |pypi-status| |downloads-count| |github-issues|

:release: 0.1.1a0
:date: 2019-05-25 23:46:42
:release: 0.1.2a0
:date: 2019-06-05 22:10:33
:documentation: https://wltp.readthedocs.org/ (build-date: |today|)
:source: https://github.com/JRCSTU/wltp
:pypi-repo: https://pypi.python.org/pypi/wltp
Expand Down Expand Up @@ -120,7 +120,7 @@ you can try the following commands:
.. code-block:: bash
$ wltp --version
0.1.1a0
0.1.2a0
$ wltp --help
...
Expand Down Expand Up @@ -278,7 +278,7 @@ After installation, it is important that you check which version is visible in y
.. code-block:: bash
$ wltp --version
0.1.1a0
0.1.2a0
To install for different Python versions, repeat the procedure for every required version.
Expand Down Expand Up @@ -499,7 +499,7 @@ First run :command:`python` or :command:`ipython` and try to import the project
>>> import wltp

>>> wltp.__version__ ## Check version once more.
'0.1.1a0'
'0.1.2a0'

>>> wltp.__file__ ## To check where it was installed. # doctest: +SKIP
/usr/local/lib/site-package/wltp-...
Expand Down
4 changes: 2 additions & 2 deletions wltp/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Authoritative project's version-info"""
__version__ = "0.1.1a0" ## Semantic-version: Update identifiers also in README.rst.
__updated__ = "2019-05-25 23:46:42"
__version__ = "0.1.2a0" ## Semantic-version: Update identifiers also in README.rst.
__updated__ = "2019-06-05 22:10:33"

0 comments on commit 079f865

Please sign in to comment.