Skip to content

Commit

Permalink
fix: version string
Browse files Browse the repository at this point in the history
  • Loading branch information
keara-soloway authored Aug 23, 2023
1 parent 509f8f9 commit 7a2598e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
import setuptools

# [set version]
#version = 'PACKAGE_VERSION'
version = 'v0.0.10'
version = 'PACKAGE_VERSION'
# [version set]

def datafiles(idir, pattern=None):
Expand Down

0 comments on commit 7a2598e

Please sign in to comment.