Skip to content

Commit

Permalink
Updated Verison nubmber
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad-Goff committed Apr 14, 2024
1 parent 971d3e1 commit c2f8ae4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MacroQueue/MacroQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# TODO:
# Show number of items in queue in status bar

VersionNumber = "v0.3.2"
VersionNumber = "v0.3.3"
# VersionNumber also in conf.py & setup.py
Date = "4/2024"

Expand Down
2 changes: 1 addition & 1 deletion docs_src/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'MacroQueue'
copyright = '2024, Brad Goff'
author = 'Brad Goff'
release = '0.3.2'
release = '0.3.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
setup(
name = 'MacroQueue', # How you named your package folder (MyLib)
packages = ['MacroQueue'], # Chose the same as "name"
version = '0.3.2', # Start with a small number and increase it with every change you make
version = '0.3.3', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Automating Scanning Probe Microscopy', # Give a short description about your library
author = 'Brad Goff', # Type in your name
author_email = 'guptagroupstm@gmail.com', # Type in your E-Mail
url = 'https://github.com/guptagroupstm/STMMacroQueue', # Provide either the link to your github or to your website
download_url = 'https://github.com/guptagroupstm/STMMacroQueue/archive/refs/tags/v0.3.2.tar.gz', # I explain this later on
download_url = 'https://github.com/guptagroupstm/STMMacroQueue/archive/refs/tags/v0.3.3.tar.gz', # I explain this later on
keywords = ['Automation', 'Scanning Probe Microscopy', 'Macro',"Queue"], # Keywords that define your package best
install_requires=[ # I get to this in a second
'pandas',
Expand Down

0 comments on commit c2f8ae4

Please sign in to comment.