Skip to content

Commit

Permalink
Merge pull request #33 from JacksonBurns/1.3.4-release
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JacksonBurns and andre-cloud authored Mar 28, 2023
2 parents 58ec63b + d736201 commit 9f54bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py2sambvca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .py2sambvca import py2sambvca as p2s

__all__ = ['p2s']
__all__ = ["p2s"]

__version__ = "1.3.3"
__version__ = "1.3.4"

0 comments on commit 9f54bd1

Please sign in to comment.