Skip to content

Commit

Permalink
Export class and not module; update package version and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Jan 10, 2024
1 parent 73e636e commit 4d6c4e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Examples
^^^^^^^^

.. |permutations| replace:: ``permutations``
.. _permutations: https://permutations.readthedocs.io/en/0.1.0/_source/permutations.html#permutations.permutations.permutations
.. _permutations: https://permutations.readthedocs.io/en/0.2.0/_source/permutations.html#permutations.permutations.permutations

.. |Iterable| replace:: ``Iterable``
.. _Iterable: https://docs.python.org/3/library/collections.abc.html#collections.abc.Iterable
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "permutations"
version = "0.1.0"
version = "0.2.0"
description = """\
Python library for instantiating and working with permutation collections \
that provide efficient implementations of all sequence methods (including \
Expand Down
2 changes: 1 addition & 1 deletion src/permutations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Allow users to access the class directly."""
from permutations import permutations
from permutations.permutations import permutations

0 comments on commit 4d6c4e3

Please sign in to comment.