Skip to content

Commit

Permalink
Bump to v0.1.1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Apr 4, 2024
1 parent cc17634 commit 38cd94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rbStata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Init."""
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="rbstata",
version="0.1.0",
version="0.1.1",
description=(
"A command-line utility that converts (or roll back) versions of Stata dta data files."
),
Expand Down

0 comments on commit 38cd94d

Please sign in to comment.