Skip to content

Commit

Permalink
implement dataset class, small code improvements, small documentation…
Browse files Browse the repository at this point in the history
… improvements
  • Loading branch information
davidmiheev committed Jan 25, 2023
1 parent 3ddacfd commit 0f5b73e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GalaxyWitness/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__name__ = 'GalaxyWitness'
__version__ = '0.2.2'
__version__ = '0.2.3'

__all__ = ['__main__', 'witness_complex', 'alpha_complex', 'base_complex', 'datasets']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GalaxyWitness"
version = "0.2.2"
version = "0.2.3"
description = "Package for topological analysis of galactic clusters"
authors = ["David Miheev <me@davidkorol.life>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='GalaxyWitness',
version='0.2.2',
version='0.2.3',
license='MIT',
author='David Miheev',
author_email='me@davidkorol.life',
Expand Down

0 comments on commit 0f5b73e

Please sign in to comment.