File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ Overview
40
40
:alt: PyPI Package latest release
41
41
:target: https://pypi.python.org/pypi/genesiscreator
42
42
43
- .. |commits-since | image :: https://img.shields.io/github/commits-since/ahmedbodi/python-genesiscreator/vv0 .2.1..svg
43
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ahmedbodi/python-genesiscreator/v0 .2.1..svg
44
44
:alt: Commits since latest release
45
- :target: https://github.com/ahmedbodi/python-genesiscreator/compare/vv0 .2.1....master
45
+ :target: https://github.com/ahmedbodi/python-genesiscreator/compare/v0 .2.1....master
46
46
47
47
.. |wheel | image :: https://img.shields.io/pypi/wheel/genesiscreator.svg
48
48
:alt: PyPI Wheel
Original file line number Diff line number Diff line change 26
26
year = '2018'
27
27
author = u'Ahmed Bodiwala'
28
28
copyright = '{0}, {1}' .format (year , author )
29
- version = release = 'version = release = ' 0.2 .1 ' '
29
+ version = release = '0.2.1'
30
30
31
31
pygments_style = 'trac'
32
32
templates_path = ['.' ]
Original file line number Diff line number Diff line change 1
1
"""Package for the GenesisCreator Library."""
2
- __version__ = '__version__ = ' 0.2 .1 ' '
2
+ __version__ = '0.2.1'
You can’t perform that action at this time.
0 commit comments