From 33ca884cf30cc54baa37f458e0ac26394ca68670 Mon Sep 17 00:00:00 2001 From: LSYS Date: Thu, 4 Apr 2024 14:36:46 +0800 Subject: [PATCH] Fix setup.py (#59) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25d93d2..cd8d3b5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="rbstata", - version=0.1.0, + version="0.1.0", description=( "A command-line utility that converts (or roll back) versions of Stata dta data files." ),