Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b-reyes committed Aug 10, 2020
1 parent 892d174 commit 2cfcdd6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ History
0.0.12 (5-21-2020)
------------------

* Adding a different layout for installation of package.
* Adding a different layout for installation of package.

0.0.13 (8-10-2020)
------------------

* Improving usability on Windows machines.
2 changes: 1 addition & 1 deletion crnt4sbml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Brandon Reyes"""
__email__ = 'reyesb123@gmail.com'
__version__ = '0.0.12'
__version__ = '0.0.13'

from .crnt import CRNT
from .c_graph import Cgraph
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.11
current_version = 0.0.13
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/PNNL-Comp-Mass-Spec/CRNT4SBML',
version='0.0.12',
version='0.0.13',
zip_safe=False,
)

0 comments on commit 2cfcdd6

Please sign in to comment.