Skip to content

Commit

Permalink
update up version in __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jun 19, 2024
1 parent 39bfb7e commit bbaa7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flowermd/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 3, 0)
VERSION = (1, 4, 0)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
URL = "https://github.com/cmelab/flowerMD"
EMAIL = "chrisjones4@u.boisestate.edu"
AUTHOR = "CME Lab"
REQUIRES_PYTHON = ">=3.9.0"
REQUIRES_PYTHON = ">=3.10.0"
VERSION = None

# What packages are required for this module to be executed?
Expand Down

0 comments on commit bbaa7c4

Please sign in to comment.