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

Commit 079f865

Browse files
committed
bump 10.1.1a0--
1 parent f5428f3 commit 079f865

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ wltp: generate WLTC gear-shifts based on vehicle characteristics
33
################################################################
44
|dev-status| |build-status| |cover-status| |docs-status| |pypi-status| |downloads-count| |github-issues|
55

6-
:release: 0.1.1a0
7-
:date: 2019-05-25 23:46:42
6+
:release: 0.1.2a0
7+
:date: 2019-06-05 22:10:33
88
:documentation: https://wltp.readthedocs.org/ (build-date: |today|)
99
:source: https://github.com/JRCSTU/wltp
1010
:pypi-repo: https://pypi.python.org/pypi/wltp
@@ -120,7 +120,7 @@ you can try the following commands:
120120
.. code-block:: bash
121121
122122
$ wltp --version
123-
0.1.1a0
123+
0.1.2a0
124124
125125
$ wltp --help
126126
...
@@ -278,7 +278,7 @@ After installation, it is important that you check which version is visible in y
278278
.. code-block:: bash
279279
280280
$ wltp --version
281-
0.1.1a0
281+
0.1.2a0
282282
283283
284284
To install for different Python versions, repeat the procedure for every required version.
@@ -499,7 +499,7 @@ First run :command:`python` or :command:`ipython` and try to import the project
499499
>>> import wltp
500500

501501
>>> wltp.__version__ ## Check version once more.
502-
'0.1.1a0'
502+
'0.1.2a0'
503503

504504
>>> wltp.__file__ ## To check where it was installed. # doctest: +SKIP
505505
/usr/local/lib/site-package/wltp-...

wltp/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Authoritative project's version-info"""
2-
__version__ = "0.1.1a0" ## Semantic-version: Update identifiers also in README.rst.
3-
__updated__ = "2019-05-25 23:46:42"
2+
__version__ = "0.1.2a0" ## Semantic-version: Update identifiers also in README.rst.
3+
__updated__ = "2019-06-05 22:10:33"

0 commit comments

Comments
 (0)