Skip to content

Commit

Permalink
v12
Browse files Browse the repository at this point in the history
  • Loading branch information
DSeiferth committed Nov 12, 2024
1 parent c2506c7 commit 588c0bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PoreAnalyser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#from download_files import download_output, download_Ellipsoid_output
#from ellipsoid_optimisation import ellipsoid_pathway

__version__ = "0.0.11"
__version__ = "0.0.12"
__author__ = 'David Seiferth'

from .hole_analysis import hole_analysis
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "David Seiferth", email = "david.seiferth@oriel.ox.ac.uk"}]
license = {file = "LICENSE"}
readme = {file = "README.md", content-type = "text/markdown"}
description = "PoreAnalyser package based on HOLE and MDAnalysis"
version = "0.0.11"
version = "0.0.12"
requires-python = ">=3.6,<3.13"
dependencies = [
'numpy >=1.0',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PoreAnalyser', #'PoreFinding',
version='0.0.11',
version='0.0.12',
description='A Python package for analysing (ion channel) pore profiles',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 588c0bc

Please sign in to comment.