Skip to content

Commit

Permalink
fix: remove trailing period in version breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed May 21, 2023
1 parent 5009683 commit f051632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arfs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""init module, providing information about the arfs package
"""

__version__ = "1.1.0."
__version__ = "1.1.0"

0 comments on commit f051632

Please sign in to comment.