Skip to content

Commit 9f54bd1

Browse files
Merge pull request #33 from JacksonBurns/1.3.4-release
bump version for patch release Thanks to @andre-cloud for creating the issue and providing the solution and resources to fix it! Co-authored-by: Andrea Pellegrini <[email protected]>
2 parents 58ec63b + d736201 commit 9f54bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py2sambvca/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .py2sambvca import py2sambvca as p2s
22

3-
__all__ = ['p2s']
3+
__all__ = ["p2s"]
44

5-
__version__ = "1.3.3"
5+
__version__ = "1.3.4"

0 commit comments

Comments
 (0)