Skip to content

Commit

Permalink
Paint it black.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Feb 17, 2023
1 parent a90011f commit 7878ba3
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 249 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = ["setuptools>=67", "setuptools_scm>=7", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "wrds/_version.py"

[project]
name = "wrds"
Expand Down
9 changes: 5 additions & 4 deletions wrds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
10001.0 7953.0 2009-08-04 2009-12-17 36720410 29269V10 EGAS
...
"""
from wrds._version import __version__
from datetime import date

__title__ = 'wrds-py'
__version__ = '3.1.3'
__author__ = 'Wharton Research Data Services'
__copyright__ = '2017-2021 Wharton Research Data Services'
__title__ = "wrds-py"
__author__ = "Wharton Research Data Services"
__copyright__ = f"2017 - {date.today().year} Wharton Research Data Services"

from .sql import Connection
Loading

0 comments on commit 7878ba3

Please sign in to comment.