Skip to content

Commit

Permalink
removed download stats from README.md (pypistats.org is currently buggy)
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Aug 5, 2020
1 parent 6a4a145 commit 75c683e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build Status](https://travis-ci.org/jewettaij/moltemplate.svg?branch=master)](./.travis.yml)
[![GitHub](https://img.shields.io/github/license/jewettaij/moltemplate)](./LICENSE.md)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/moltemplate)](https://pypistats.org/packages/moltemplate)
[![PyPI - Version](https://img.shields.io/pypi/v/moltemplate)](https://pypi.org/project/moltemplate/)
[![Website](https://img.shields.io/website?down_color=orange&down_message=moltemplate.org%20offline&up_color=green&up_message=online&url=https%3A%2F%2Fmoltemplate.org)](http://moltemplate.org)
[![GitHub repo size](https://img.shields.io/github/repo-size/jewettaij/moltemplate)]()
Expand Down
2 changes: 1 addition & 1 deletion moltemplate/genpoly_lt.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def main():
try:
g_program_name = __file__.split('/')[-1]
g_version_str = '0.1.1'
g_date_str = '2020-4-11'
g_date_str = '2020-5-28'
sys.stderr.write(g_program_name + ' v' +
g_version_str + ' ' + g_date_str + '\n')
argv = [arg for arg in sys.argv]
Expand Down
2 changes: 1 addition & 1 deletion moltemplate/genpoly_modify_lt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

g_program_name = __file__.split('/')[-1]
g_version_str = '0.3.6'
g_date_str = '2020-7-17'
g_date_str = '2020-7-18'

g_usage_msg = """
Expand Down

0 comments on commit 75c683e

Please sign in to comment.