Skip to content

Commit

Permalink
Merge pull request #118 from mdsol/feature/add_missing_version_bump
Browse files Browse the repository at this point in the history
Feature/add missing version bump
  • Loading branch information
isparks authored Jun 4, 2021
2 parents 6387359 + 23df570 commit af810f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion rwslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "rwslib"
__author__ = "Ian Sparks ([email protected])"
__maintainer__ = "Geoff Low ([email protected])"
__version__ = "1.2.8"
__version__ = "1.2.9"
__license__ = "MIT"
__copyright__ = "Copyright 2021 Medidata Solutions Inc"

Expand Down

0 comments on commit af810f0

Please sign in to comment.