Skip to content

Commit

Permalink
versions, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmengel committed Mar 18, 2024
1 parent a286a48 commit 6cae01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metacat/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version = "3.42.4"
Version = "4.0.0.pre"

if __name__ == "__main__":
print(Version)
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ def get_version():


setup(
name = "metacat",
name = "metacat_client",
version = get_version(),
author = "Igor Mandrichenko",
author_email = "ivm@fnal.gov",
author = "Marc Mengel, Igor Mandrichenko",
author_email = "mengel@fnal.gov",
description = ("MetaCat is a general purpose metadata database. This package is the client side portion of the product."),
license = "BSD 3-clause",
keywords = "metadata, data management, database, web service",
url = "https://github.com/ivmfnal/metacat",
url = "https://github.com/fermitools/metacat",
packages=['metacat', 'metacat.db', 'metacat.util', 'metacat.webapi', 'metacat.ui', 'metacat.auth', 'metacat.ui.cli',
'metacat.mql', 'metacat.mql.grammar', 'metacat.common', 'metacat.logs'],
include_package_data = True,
Expand All @@ -31,4 +31,4 @@ def get_version():
"metacat = metacat.ui.metacat_ui:main",
]
}
)
)

0 comments on commit 6cae01f

Please sign in to comment.