Skip to content

Commit

Permalink
Release 1.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaverga committed Dec 29, 2022
1 parent deda85a commit f0e9d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = ">=3.8"
keywords = ["astronomy", "database"]
license = {text = "MIT"}
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion src/pyongc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pkg_resources import resource_filename


__version__ = '0.7.2'
__version__ = '1.0.0'
DBDATE = 20221023 # Version of database data

DBPATH = resource_filename(__name__, 'ongc.db')

0 comments on commit f0e9d74

Please sign in to comment.